public class CheckboxWidgetMaker extends AbstractTouchUIWidgetMaker<CheckboxWidgetParameters>
parameters
Constructor and Description |
---|
CheckboxWidgetMaker(TouchUIWidgetMakerParameters parameters) |
Modifier and Type | Method and Description |
---|---|
boolean[] |
getCheckedForField(CheckBox annotation) |
String |
getTextForField(CheckBox annotation) |
String |
getTitleForField(CheckBox annotation) |
TouchUIDialogElement |
make(CheckboxWidgetParameters widgetParameters) |
getAdditionalPropertiesForField, getAnnotation, getCssClassForField, getCtType, getDefaultValueForField, getDisabledForField, getFieldDescriptionForField, getFieldLabelForField, getFieldNameForField, getName, getNameForField, getRequiredForField, getTitleForField, getType, getValueForField, isField, isMethod, make
public CheckboxWidgetMaker(TouchUIWidgetMakerParameters parameters)
public TouchUIDialogElement make(CheckboxWidgetParameters widgetParameters) throws ClassNotFoundException, InvalidComponentFieldException, TouchUIDialogGenerationException
make
in class AbstractTouchUIWidgetMaker<CheckboxWidgetParameters>
ClassNotFoundException
InvalidComponentFieldException
TouchUIDialogGenerationException
public boolean[] getCheckedForField(CheckBox annotation)
Copyright © 2019 ICF Olson. All rights reserved.