public interface IRespViewGuidance
Represents the right-side guidance area of the responsive view.
Modifier and Type | Method and Description |
---|---|
java.util.List<IRespViewField> |
getFields()
Returns the list of responsive view fields
|
java.lang.String |
getHelpText()
Returns the help text for the field.
|
java.util.List<ILabel> |
getHelpTextLabels()
Returns the field help text labels for all locales.
|
java.lang.String |
getHelpTopic()
Returns the help topic for the field.
|
java.util.List<ILabel> |
getHelpTopicLabels()
Returns the field help topic labels for all locales.
|
void |
setFields(java.util.List<IRespViewField> fields)
Sets the list of responsive view fields
|
void |
setHelpText(java.lang.String helpText)
Set the field help text.
|
void |
setHelpTextLabels(java.util.List<ILabel> helpTextLabels)
Sets the list of field help text labels.
|
void |
setHelpTopic(java.lang.String helpTopic)
Set the field help topic.
|
void |
setHelpTopicLabels(java.util.List<ILabel> helpTopicLabels)
Sets the list of field help topic labels.
|
java.util.List<IRespViewField> getFields()
IRespViewField
void setFields(java.util.List<IRespViewField> fields)
fields
- java.lang.String getHelpTopic()
RespViewFieldType.help
void setHelpTopic(java.lang.String helpTopic)
RespViewFieldType.help
helpTopic
- as Stringjava.util.List<ILabel> getHelpTopicLabels()
RespViewFieldType.help
ILabel
the help topic labelsvoid setHelpTopicLabels(java.util.List<ILabel> helpTopicLabels)
RespViewFieldType.help
helpTopicLabels
- the list of ILabel
java.lang.String getHelpText()
RespViewFieldType.help
void setHelpText(java.lang.String helpText)
RespViewFieldType.help
helpText
- as Stringjava.util.List<ILabel> getHelpTextLabels()
RespViewFieldType.help
ILabel
the help text labelsvoid setHelpTextLabels(java.util.List<ILabel> helpTextLabels)
RespViewFieldType.help
helpTextLabels
- the list of ILabel
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2022. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.