public interface IRespView extends IRespViewContainer
Represents the responsive view.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTR_OBJECT_TYPE_ID
The object type ID attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) |
static java.lang.String |
ATTR_OBJECT_TYPE_LABEL
The object type label attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) |
static java.lang.String |
ATTR_OBJECT_TYPE_NAME
The object type name attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) |
ATTR_DEFAULT, ATTR_DESCRIPTION, ATTR_ENABLED, ATTR_HAS_DRAFT, ATTR_HAS_PUBLISHED, ATTR_ID, ATTR_NAME, ATTR_SUPPLIED_BY_VENDOR, ATTR_TYPE
Modifier and Type | Method and Description |
---|---|
IRespViewFilterRules |
getDefaultFilterRules()
Gets the filter information for a grid view
|
IRespViewGuidance |
getGuidance()
Returns the responsive view guidance
|
IRespViewHeader |
getHeader()
Returns the responsive view header
|
java.lang.String |
getNameLabel()
Returns the localized name label of the responsive view
for the user session
|
java.util.List<ILabel> |
getNameLabels()
Returns the responsive view name labels for all locales
|
IRespViewRuleCondition |
getRuleCondition()
Returns the view identification rule condition.
|
int |
getRuleOrder()
Returns the view identification rule order.
|
java.util.List<IRespViewSection> |
getSections()
Returns the list of responsive view sections
|
ITypeDefinition |
getTypeDefinition()
Returns the type definition that the responsive view belongs to.
|
void |
setDefaultFilterRules(IRespViewFilterRules defaultFilterRules)
Sets the filter information for a grid view
|
void |
setNameLabels(java.util.List<ILabel> nameLabels)
Sets the list of responsive view name labels
|
void |
setRuleCondition(IRespViewRuleCondition condition)
Sets the view identification rule condition.
|
void |
setRuleOrder(int order)
Sets the view identification rule order.
|
void |
setSections(java.util.List<IRespViewSection> sections)
Sets the list of responsive view sections
|
getDescription, getId, getLastModifiedBy, getModifiedDate, getName, getRespViewType, hasDraft, hasPublishedVersion, isDefault, isEnabled, isSuppliedByVendor, setDefault, setDescription, setEnabled, setSuppliedByVendor
static final java.lang.String ATTR_OBJECT_TYPE_ID
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
static final java.lang.String ATTR_OBJECT_TYPE_NAME
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
static final java.lang.String ATTR_OBJECT_TYPE_LABEL
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
ITypeDefinition getTypeDefinition()
ITypeDefinition
the type definition that the responsive view belongs to.java.lang.String getNameLabel()
java.util.List<ILabel> getNameLabels()
ILabel
the responsive view name labelvoid setNameLabels(java.util.List<ILabel> nameLabels)
nameLabels
- the list of ILabel
IRespViewHeader getHeader()
IRespViewHeader
the responsive view headerjava.util.List<IRespViewSection> getSections()
IRespViewSection
the responsive view sectionsvoid setSections(java.util.List<IRespViewSection> sections)
sections
- the list of IRespViewSection
IRespViewGuidance getGuidance()
IRespViewGuidance
the responsive view guidanceint getRuleOrder()
IRespViewRuleCondition
is evaluated
from the smallest rule order value and matched rule is used by the task view. When there is no
matching view, the default view is used by the task view.void setRuleOrder(int order)
order
- the positive integer that represents view identification rule order.IRespViewRuleCondition getRuleCondition()
IRespViewRuleCondition
the responsive view identification rule conditionvoid setRuleCondition(IRespViewRuleCondition condition)
condition
- IRespViewRuleCondition
the responsive view identification rule conditionIRespViewFilterRules getDefaultFilterRules()
void setDefaultFilterRules(IRespViewFilterRules defaultFilterRules)
filterRules
- IRespViewFilterRules
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.