com.centrasite.control.adapters.detailview.dynamicprofile
Class RichTextAttributeLine
java.lang.Object
com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
com.centrasite.control.adapters.detailview.dynamicprofile.SlotTypeAttributeLine
com.centrasite.control.adapters.detailview.dynamicprofile.RichTextAttributeLine
- All Implemented Interfaces:
- DynamicLine, com.centrasite.control.discovery.PinEditValueListener
public class RichTextAttributeLine
- extends SlotTypeAttributeLine
- implements com.centrasite.control.discovery.PinEditValueListener
Dynamic line representing profile attribute of type Rich Text (CS:richText_type).
Methods inherited from class com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine |
getActionContext, getAsset, getAttribute, getAttributeContext, getDescription, getIndex, getLineAddVisible, getLineRemoveVisible, getName, getNCName, getSelected, getShowAttributeName, getUnitLabel, getValues, isModified, isMultiValue, isPrefix, isReadOnly, isRequired, modified, onLineAdd, onLineRemove, revert, setAttributeContext, setModified, setNCName, setReadOnly, setValues |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RichTextAttributeLine
public RichTextAttributeLine(AttributeLineContext context)
getStatusProp
public java.lang.String getStatusProp()
onEditText
public void onEditText()
hasAction
public boolean hasAction()
- Description copied from class:
BaseAttributeLine
- Indicate whether there is an Action or not.
- Overrides:
hasAction
in class SlotTypeAttributeLine
- Returns:
- true/false
getStringValue
public java.lang.String getStringValue()
- Overrides:
getStringValue
in class SlotTypeAttributeLine
setStringValue
public void setStringValue(java.lang.String value)
setValue
public void setValue(java.lang.String richText)
- Specified by:
setValue
in interface com.centrasite.control.discovery.PinEditValueListener