@Control(parents={pl.fhframework.model.forms.Form.class,PanelGroup.class,Repeater.class,Group.class}, invalidParents=Table.class) @DocumentedComponent(documentationExample=true, value="One column list of options to be selected. ", icon="fa fa-list-ul") public class OptionsList extends GroupingComponent<OptionsListElement> implements IChangeableByClient, CompactLayout
Component.ComponentAttr, Component.IGenerationUtilsACCESSIBILITY, RESOLUTION_SIZEON_DROP_COMPONENT, ON_RESIZE_COMPONENT| Constructor and Description |
|---|
OptionsList(Form form) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ActionBinding> |
getEventHandler(InMessageEventData eventData) |
List<OptionsListElement> |
getSubcomponents() |
OptionsListElement |
getTitle() |
String |
getType() |
void |
init() |
void |
processComponents() |
void |
setOnChange(ActionBinding onChange) |
IActionCallbackContext |
setOnChange(IActionCallback onChange) |
void |
setOnIconClick(ActionBinding onIconClick) |
IActionCallbackContext |
setOnIconClick(IActionCallback onIconClick) |
void |
updateModel(ValueChange valueChange) |
addSubcomponent, getComponentStateSaver, getNonVisualSubcomponents, isProcessComponentChange, processComponentChange, removeSubcomponent, setComponentStateSaver, setNonVisualSubcomponents, setProcessComponentStateChange, updateViewgetHeight, getHint, getHintBinding, getHintPlacement, getHintTrigger, getHintType, getHorizontalAlign, getHtmlAccessibilityRole, getInlineStyle, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getStyleClasses, getVerticalAlign, getWidth, getWrapperStyle, isPush, refreshElementToForm, refreshView, refreshView, setHeight, setHintBinding, setHintPlacement, setHintTrigger, setHintType, setHorizontalAlign, setHtmlAccessibilityRole, setInlineStyle, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPush, setStyleClasses, setVerticalAlign, setWidth, setWrapperStyle, tryParseAttributeInPixelOrPercentageUnit, tryParseAttributeInPixelUnit, tryParseAttributeInPixelUnitareModelValuesTheSame, areValuesTheSame, calculateAvailability, clone, convertBindingValueToString, convertBindingValueToString, convertValue, convertValueToString, convertValueToString, createAdHocModelBinding, equals, finalizeReading, generateId, getAccessibilityRules, getAvailability, getAvailabilityModelBinding, getAvailablityAffectingActions, getBindingContext, getEventProcessingForm, getForm, getGeneratedIdPrefix, getGenerationUtils, getGroupingParentComponent, getId, getOnDesignerToolboxDrop, getRawId, hashCode, isArtificial, isGeneratedId, isInitDone, isInvisible, isStopProcessingUpdateView, onProcessingFinish, onProcessingStart, postClone, preConfigureClear, prepareEventDataArgument, refreshAvailability, resetInitDone, setArtificial, setAvailability, setAvailabilityModelBinding, setBindingContext, setGenerationUtils, setGroupingParentComponent, setId, setInvisible, setOnDesignerToolboxDrop, setOnDesignerToolboxDrop, setRawId, setStopProcessingUpdateView, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitmove, movedoActionForEveryActiveSubcomponent, doActionForEverySubcomponent, doActionForEverySubcomponent, doActionForEverySubcomponentInlcudingRepeated, getGroupingComponentisDesignActionAllowed, isDesignDeletableisModificationEventpublic OptionsList(Form form)
public void init()
init in class FormElementpublic void processComponents()
processComponents in interface IGroupingComponent<OptionsListElement>public List<OptionsListElement> getSubcomponents()
getSubcomponents in interface IGroupingComponent<OptionsListElement>getSubcomponents in class GroupingComponent<OptionsListElement>public void updateModel(ValueChange valueChange)
updateModel in interface IChangeableByClientpublic OptionsListElement getTitle()
public Optional<ActionBinding> getEventHandler(InMessageEventData eventData)
getEventHandler in interface IEventSourcegetEventHandler in class Componentpublic void setOnIconClick(ActionBinding onIconClick)
public IActionCallbackContext setOnIconClick(IActionCallback onIconClick)
public void setOnChange(ActionBinding onChange)
public IActionCallbackContext setOnChange(IActionCallback onChange)
Copyright © 2020. All rights reserved.