@Control(parents={TabContainer.class,Wizard.class})
@DocumentedComponent(ignoreFields="width",
value="Tab component which represents a single tab",
icon="fa fa-window-maximize")
public class Tab
extends pl.fhframework.model.forms.GroupingComponent
implements pl.fhframework.core.forms.IHasBoundableLabel, pl.fhframework.model.forms.designer.IDesignerEventListener
<Group></Group> Should be used within TabContainer.| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_LABEL |
static String |
DEFAULT_LAYOUT |
static String |
TYPE_NAME |
| Constructor and Description |
|---|
Tab(pl.fhframework.model.forms.Form form) |
| Modifier and Type | Method and Description |
|---|---|
Row |
createNewRow() |
String |
getType() |
void |
init() |
void |
onDesignerAddDefaultSubcomponent(pl.fhframework.model.forms.SpacerService spacerService) |
protected boolean |
processLabelBinding(pl.fhframework.model.dto.ElementChanges elementChanges,
boolean refreshView) |
protected pl.fhframework.model.dto.ElementChanges |
updateView() |
addSubcomponent, getComponentStateSaver, getNonVisualSubcomponents, getSubcomponents, isProcessComponentChange, processComponentChange, removeSubcomponent, setComponentStateSaver, setNonVisualSubcomponents, setProcessComponentStateChangegetHeight, 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, calculateAvailability, clone, convertBindingValueToString, convertBindingValueToString, convertValue, convertValueToString, convertValueToString, createAdHocModelBinding, equals, finalizeReading, generateId, getAccessibilityRules, getAvailability, getAvailabilityModelBinding, getAvailablityAffectingActions, getBindingContext, getEventHandler, getEventProcessingForm, getForm, getGeneratedIdPrefix, getGroupingParentComponent, getId, getOnDesignerToolboxDrop, getRawId, 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, waitonDesignerBeforeAddingdoActionForEveryActiveSubcomponent, doActionForEverySubcomponent, doActionForEverySubcomponent, doActionForEverySubcomponentInlcudingRepeated, getGroupingComponent, processComponentspublic static final String ATTR_LABEL
public static final String TYPE_NAME
public static final String DEFAULT_LAYOUT
public void init()
init in class pl.fhframework.model.forms.FormElementprotected pl.fhframework.model.dto.ElementChanges updateView()
updateView in class pl.fhframework.model.forms.GroupingComponentprotected boolean processLabelBinding(pl.fhframework.model.dto.ElementChanges elementChanges,
boolean refreshView)
public String getType()
getType in class pl.fhframework.model.forms.Componentpublic void onDesignerAddDefaultSubcomponent(pl.fhframework.model.forms.SpacerService spacerService)
onDesignerAddDefaultSubcomponent in interface pl.fhframework.model.forms.designer.IDesignerEventListenerpublic Row createNewRow()
Copyright © 2019. All rights reserved.