Package com.smeup.kokos.sdk.model.data
Class SmeupDataCell
java.lang.Object
com.smeup.kokos.sdk.model.data.DynamicAttributeMap
com.smeup.kokos.sdk.model.data.SmeupDataCell
- Direct Known Subclasses:
SmeupDataNode,SmeupLayoutField
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()getFun()getIcon()getMap()getObj()getShape()getState()getValue()voidvoidsetDataAttribute(String attributeName, Object attributeValue) voidvoidsetDisabled(Boolean disabled) voidsetEditable(Boolean editable) voidvoidsetHasMCell(Boolean hasMCell) voidvoidsetInputSettings(Map<String, Object> inputSettings) voidsetInputSettingsAttribute(SmeupDataCellInputSettingsKeys attributeKey, Object attributeValue) Set the input settings attribute in safe modevoidsetInputSettingsAttribute(String attributeName, Object attributeValue) Set the input settings attribute in dangerous mode.voidsetMandatory(Boolean mandatory) voidvoidsetObj(SmeupDataObj obj) voidsetOptions(List<SmeupDataCell> options) voidvoidvoidvoidsetStyleAttributes(Map<String, String> styleAttributes) voidsetStyleName(String styleName) voidsetTooltip(Boolean tooltip) voidMethods inherited from class com.smeup.kokos.sdk.model.data.DynamicAttributeMap
addAttribute, getAttributes
-
Constructor Details
-
SmeupDataCell
public SmeupDataCell() -
SmeupDataCell
-
-
Method Details
-
getValue
-
setValue
-
getObj
-
setObj
-
getOptions
-
setOptions
-
getIcon
-
setIcon
-
isEditable
-
setEditable
-
setHasMCell
-
getHasMCell
-
isMandatory
-
setMandatory
-
getShape
-
setShape
-
getFun
-
setFun
-
isTooltip
-
setTooltip
-
getData
-
setData
-
setDataAttribute
-
getInputSettings
-
setInputSettings
-
setInputSettingsAttribute
public void setInputSettingsAttribute(SmeupDataCellInputSettingsKeys attributeKey, Object attributeValue) throws Exception Set the input settings attribute in safe mode- Parameters:
attributeKey- key of the attribute asSmeupDataCellInputSettingsKeysattributeValue- value- Throws:
Exception- Exception
-
setInputSettingsAttribute
Set the input settings attribute in dangerous mode. It is preferred using the other methods.- Parameters:
attributeName- nameattributeValue- value
-
isDisabled
-
setDisabled
-
getStyleName
-
setStyleName
-
getStyleAttributes
-
setStyleAttributes
-
setState
-
getState
-
getSrcFun
-
setSrcFun
-
getMap
-
setMap
-
getDecode
-
setDecode
-