public class ImmutableCheckboxEditorSource extends CheckboxEditorSource
Modifier and Type | Class and Description |
---|---|
class |
ImmutableCheckboxEditorSource.ImmutableBooleanEditor |
CheckboxEditorSource.BooleanEditor
Constructor and Description |
---|
ImmutableCheckboxEditorSource(boolean checked) |
Modifier and Type | Method and Description |
---|---|
static ImmutableCheckboxEditorSource |
getSharedInstance(boolean checked) |
org.apache.wicket.Component |
newEditorComponent(java.lang.String id,
RecordEditMode editMode,
SRecordInstance record,
FormMeta formMeta) |
getSharedInstance
public ImmutableCheckboxEditorSource(boolean checked)
public static ImmutableCheckboxEditorSource getSharedInstance(boolean checked)
public org.apache.wicket.Component newEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)
newEditorComponent
in interface IEditorSource
newEditorComponent
in class CheckboxEditorSource