@Control(parents={PanelGroup.class,Column.class,ColumnOptimized.class,Tab.class,Row.class,pl.fhframework.model.forms.Form.class,Repeater.class,Group.class}, invalidParents=Table.class, canBeDesigned=true) @DocumentedComponent(category=ARRANGEMENT, value="PanelGroup component responsible for the grouping of sub-elements and can be pinned out from document.", icon="fa fa-object-group") public class FloatingGroup extends PanelGroup
Component.ComponentAttr, Component.IGenerationUtils| Modifier and Type | Field and Description |
|---|---|
static String |
ON_PIN_ATTR |
static String |
ON_TOGGLE_FULL_SCREEN_ATTR |
BORDER_VISIBLE_ATTR, LABEL_ATTR, ON_TOGGLEACCESSIBILITY, RESOLUTION_SIZEON_DROP_COMPONENT, ON_RESIZE_COMPONENT| Constructor and Description |
|---|
FloatingGroup(Form form) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ActionBinding> |
getEventHandler(InMessageEventData eventData) |
void |
init() |
void |
setOnToggleFullScreen(ActionBinding onToggleFullScreen) |
IActionCallbackContext |
setOnToggleFullScreen(IActionCallback onToggleFullScreen) |
void |
setOnTogglePin(ActionBinding onTogglePin) |
IActionCallbackContext |
setOnTogglePin(IActionCallback onTogglePin) |
void |
updateModel(ValueChange valueChange) |
ElementChanges |
updateView() |
createNewRow, onDesignerAddDefaultSubcomponent, onDesignerBeforeAdding, setOnToggle, setOnTogglegetHeadingType, getHeadingTypeValue, setHeadingType, setHeadingTypeValueaddSubcomponent, getComponentStateSaver, getNonVisualSubcomponents, getSubcomponents, isProcessComponentChange, processComponentChange, removeSubcomponent, setComponentStateSaver, setNonVisualSubcomponents, setProcessComponentStateChangegetHeight, 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, getType, 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, waitgetOptionalFormatter, updateBinding, updateBinding, updateBindingForValue, updateBindingForValuegetEventProcessingForm, getForm, isModificationEvent, prepareEventDataArgumentgetLabelModelBindingmove, movedoActionForEveryActiveSubcomponent, doActionForEverySubcomponent, doActionForEverySubcomponent, doActionForEverySubcomponentInlcudingRepeated, getGroupingComponent, processComponentsisDesignActionAllowed, isDesignDeletablepublic static final String ON_PIN_ATTR
public static final String ON_TOGGLE_FULL_SCREEN_ATTR
public FloatingGroup(Form form)
public void init()
init in class GroupingComponentWithHeadingHierarchy<Component>public ElementChanges updateView()
updateView in class PanelGrouppublic void updateModel(ValueChange valueChange)
updateModel in interface IChangeableByClientupdateModel in class PanelGrouppublic Optional<ActionBinding> getEventHandler(InMessageEventData eventData)
getEventHandler in interface IEventSourcegetEventHandler in class PanelGrouppublic void setOnTogglePin(ActionBinding onTogglePin)
public IActionCallbackContext setOnTogglePin(IActionCallback onTogglePin)
public void setOnToggleFullScreen(ActionBinding onToggleFullScreen)
public IActionCallbackContext setOnToggleFullScreen(IActionCallback onToggleFullScreen)
Copyright © 2020. All rights reserved.