Class CardContainerParams
java.lang.Object
overit.geocallapp.wfm.core.ux.mobilecards.card.container.CardContainerParams
Class that contains all the main parameters of the mobile card that will be
used in
CardContainer.- Since:
- 13.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the edit card.booleanChecks if it is in edit mode.booleanChecks if it is in read only.voidsetEditCard(MobileCard editCard) Sets the edit card.voidsetReadonly(boolean readonly) Sets if it is read only.
-
Field Details
-
editCard
-
-
Constructor Details
-
CardContainerParams
public CardContainerParams()
-
-
Method Details
-
getEditCard
Returns the edit card.- Returns:
- the edit card
-
setEditCard
Sets the edit card.- Parameters:
editCard- the edit card
-
isEditMode
public boolean isEditMode()Checks if it is in edit mode.- Returns:
- true, if it is in edit mode
-
isReadonly
public boolean isReadonly()Checks if it is in read only.- Returns:
- true, if it is in read only
-
setReadonly
public void setReadonly(boolean readonly) Sets if it is read only.- Parameters:
readonly- the read only
-