@DesignerControl(defaultWidth=2)
@DocumentedComponent(category=INPUTS_AND_VALIDATION,
value="CheckBox is component which let a user select MANY of a limited number of choices. It is displayed as HTML input type = checkbox element.",
icon="fa fa-check-square")
@Control(parents={PanelGroup.class,Group.class,Column.class,Tab.class,Row.class,pl.fhframework.model.forms.Form.class,Repeater.class},
invalidParents=Table.class,
canBeDesigned=true)
@OverridenPropertyAnnotations(property="modelBinding",
designerXmlProperty=@DesignerXMLProperty(allowedTypes=java.lang.Boolean.class,commonUse=true,previewValueProvider=InputFieldDesignerPreviewProvider.class,priority=80,functionalArea=CONTENT))
public class CheckBox
extends BaseInputField
LABEL_ATTR, MESSAGE_FOR_FIELD_ATTR, ON_CHANGE_ATTR, PRESENTATION_STYLE_ATTR, RAW_VALUE_ATTR, REQUIRED_ATTR, VALIDATION_LABEL_ATTR, validationManager, validConversion, VALUE_ATTR| Constructor and Description |
|---|
CheckBox(pl.fhframework.model.forms.Form form) |
| Modifier and Type | Method and Description |
|---|---|
CheckBox |
createNewSameComponent()
Create a new component of the same type.
|
protected pl.fhframework.validation.ValidationManager<BaseInputField> |
createValidationManager() |
calculateAvailability, calculatePresentationStyle, checkBinding, convertMainValueToString, convertToRaw, doCopy, getAllBingings, getEventHandler, getTargetModelBinding, init, prepareComponentAfterValidation, processCoversionException, processLabelBinding, processPresentationStyle, processStylesAndHints, processValidationForThisComponent, processValueBinding, setLabelModelBindingAdHoc, setModelBindingAdHoc, setOnChange, setOnChange, updateModel, updateView, validategetConfirmationMsg, getConfirmationMsgBinding, getConfirmOnEvent, processConfirmationMsgBinding, setConfirmationMsg, setConfirmationMsgBinding, setConfirmOnEventgetHeight, getHint, getHintBinding, getHintPlacement, getHintTrigger, getHorizontalAlign, getInlineStyle, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getStyleClasses, getVerticalAlign, getWidth, getWrapperStyle, isPush, refreshElementToForm, refreshView, refreshView, setHeight, setHintBinding, setHintPlacement, setHintTrigger, setHorizontalAlign, setInlineStyle, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPush, setStyleClasses, setVerticalAlign, setWidth, setWrapperStyle, tryParseAttributeInPixelOrPercentageUnit, tryParseAttributeInPixelUnit, tryParseAttributeInPixelUnitareModelValuesTheSame, areValuesTheSame, clone, convertBindingValueToString, convertBindingValueToString, convertValue, convertValueToString, convertValueToString, createAdHocModelBinding, equals, finalizeReading, generateId, getAccessibilityRules, getAvailability, getAvailabilityModelBinding, getAvailablityAffectingActions, getBindingContext, getEventProcessingForm, getForm, getGeneratedIdPrefix, getGroupingParentComponent, getId, getOnDesignerToolboxDrop, getRawId, getType, hashCode, isArtificial, isGeneratedId, isInitDone, isInvisible, isStopProcessingUpdateView, onProcessingFinish, onProcessingStart, postClone, preConfigureClear, prepareEventDataArgument, refreshAvailability, resetInitDone, setArtificial, setAvailability, setAvailabilityModelBinding, setBindingContext, setGroupingParentComponent, setId, setInvisible, setOnDesignerToolboxDrop, setOnDesignerToolboxDrop, setRawId, setStopProcessingUpdateView, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetIcon, getIconAlignment, getIconBinding, resolveIconBindinggetOptionalFormatter, updateBinding, updateBinding, updateBindingForValue, updateBindingForValuegetId, getLabel, getModelBinding, getPresentationStyle, getValidationLabelModelBinding, skipSettingPresentationdoCopy, getCopy, getCopypublic CheckBox createNewSameComponent()
TableComponentprotected pl.fhframework.validation.ValidationManager<BaseInputField> createValidationManager()
createValidationManager in class BaseInputFieldCopyright © 2019. All rights reserved.