Package io.writeopia.sdk.drawer
Class DrawInfo
-
- All Implemented Interfaces:
public final class DrawInfoThe class holds the information of the content to be draw by the SDK.
-
-
Method Summary
Modifier and Type Method Description final BooleangetEditable()final StringgetFocusId()final IntegergetPosition()final Map<String, Object>getExtraData()final BooleangetSelectMode()-
-
Constructor Detail
-
DrawInfo
DrawInfo(Boolean editable, String focusId, Integer position, Map<String, Object> extraData, Boolean selectMode)
- Parameters:
editable- if the content can the editedfocusId- which content has the focusposition- the position of the contentextraData- additional dataselectMode- if the content is current being selected and should show a visible feedback of it.
-
-
Method Detail
-
getEditable
final Boolean getEditable()
-
getFocusId
final String getFocusId()
-
getPosition
final Integer getPosition()
-
getExtraData
final Map<String, Object> getExtraData()
-
getSelectMode
final Boolean getSelectMode()
-
-
-
-