public interface IRespViewSection
Represents a section of responsive view
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getCollapsed()
Returns the collapsed state of the responsive view section
|
java.util.List<IRespViewField> |
getFields()
Returns the list of responsive view fields
|
java.lang.String |
getName()
Returns name of the responsive view section
|
java.lang.String |
getNameLabel()
Returns the localized name label of the section
for the user session
|
java.util.List<ILabel> |
getNameLabels()
Returns the responsive view section name labels for all locales
|
void |
setCollapsed(java.lang.Boolean collapsed)
Sets the collapsed state of the responsive view section
|
void |
setFields(java.util.List<IRespViewField> fields)
Sets the list of responsive view fields
|
void |
setNameLabels(java.util.List<ILabel> nameLabels)
Sets the list of responsive view section name labels
|
java.util.List<IRespViewField> getFields()
IRespViewField
void setFields(java.util.List<IRespViewField> fields)
fields
- java.lang.String getName()
java.lang.String getNameLabel()
java.util.List<ILabel> getNameLabels()
ILabel
the responsive view section name labelvoid setNameLabels(java.util.List<ILabel> nameLabels)
nameLabels
- the list of ILabel
java.lang.Boolean getCollapsed()
void setCollapsed(java.lang.Boolean collapsed)
collapse
-
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.