Package com.ptc.mvc.components
Interface GroupConfig
- All Superinterfaces:
ComponentConfig
The config for Attribute Group.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGet the sort of this group
Supported API: truebooleanWill the panel support attribute value be set/updated in the client
Supported API: truebooleanis the attribute to be hidden if its value is null
Supported API: truebooleanset renderOnTop.voidsetClientAttrValueSupport(boolean clientAttrValueSupport) Will the attribute value be set/updated in the client or not.voidsetHideIfNullValue(boolean hideIfNullValue) Hide the attribute if its value is null.voidsetRenderOnTop(boolean renderOnTop) if set panel will be rendered likevoidsetSortOrder(Integer sortOrder) Set the sort order of this group
Supported API: trueMethods inherited from interface com.ptc.mvc.components.ComponentConfig
addComponent, addComponents, clone, getActionModel, getComponentMode, getComponents, getComponentType, getHelpContext, getId, getLabel, getTargetObject, getType, getTypes, removeComponent, setActionModel, setComponentMode, setComponentType, setHelpContext, setId, setLabel, setTargetObject, setType, setTypes
-
Method Details
-
getSortOrder
Integer getSortOrder()Get the sort of this group
Supported API: true- Returns:
- the position of this group in the sorting scheme
-
setSortOrder
Set the sort order of this group
Supported API: true- Parameters:
sortOrder- the position of the group in the sorting scheme
-
isRenderOnTop
boolean isRenderOnTop()set renderOnTop. default value is false.
Supported API: true- Parameters:
renderOnTop-
-
setRenderOnTop
void setRenderOnTop(boolean renderOnTop) if set panel will be rendered like -
setClientAttrValueSupport
void setClientAttrValueSupport(boolean clientAttrValueSupport) Will the attribute value be set/updated in the client or not. Default is false
Supported API: true- Parameters:
clientAttrValueSupport-
-
isClientAttrValueSupport
boolean isClientAttrValueSupport()Will the panel support attribute value be set/updated in the client
Supported API: true- Returns:
- boolean
-
setHideIfNullValue
void setHideIfNullValue(boolean hideIfNullValue) Hide the attribute if its value is null. Default is false
Supported API: true- Parameters:
hideIfNullValue-
-
isHideIfNullValue
boolean isHideIfNullValue()is the attribute to be hidden if its value is null
Supported API: true- Returns:
- boolean
-