Package org.teamapps.ux.component.field
Class FieldGroup
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.field.FieldGroup
- All Implemented Interfaces:
ClientObject,Component
public class FieldGroup extends AbstractComponent
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FieldGroup() -
Method Summary
Modifier and Type Method Description voidaddField(AbstractField field, FlexSizingPolicy sizingPolicy)voidaddField(AbstractField field, FlexSizingPolicy sizingPolicy, int index)voidaddFieldAutoSize(AbstractField field)voidaddFieldAutoSize(AbstractField field, int index)voidaddFieldFillRemaining(AbstractField field)voidaddFieldFillRemaining(AbstractField field, int index)org.teamapps.dto.UiFieldGroupcreateUiComponent()voidremoveField(AbstractField field)Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrender
-
Constructor Details
-
FieldGroup
public FieldGroup()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiFieldGroup createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
addField
-
addFieldFillRemaining
-
addFieldAutoSize
-
addField
-
addFieldFillRemaining
-
addFieldAutoSize
-
removeField
-