-
-
Constructor Summary
Constructors Constructor Description Loader()
-
Method Summary
Modifier and Type Method Description final StringgetType()final UnitsetType(String type)final BooleangetFocusable()final UnitsetFocusable(Boolean focusable)final ActiongetAction()final UnitsetAction(Action action)final List<Action>getActions()final UnitsetActions(List<Action> actions)final BooleangetExpandToFill()final UnitsetExpandToFill(Boolean expandToFill)final Map<String, Style>getStyles()final UnitsetStyles(Map<String, Style> styles)final ComponentStategetState()final UnitsetState(ComponentState state)StyledefaultStyle()-
Methods inherited from class io.purchasely.views.presentation.models.Loader
actionTypes, actions, hasAction, hasHeight, hasMainAction, hasWidth -
Methods inherited from class io.purchasely.views.presentation.models.Component
hasState, style -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFocusable
final Boolean getFocusable()
-
setFocusable
final Unit setFocusable(Boolean focusable)
-
getActions
final List<Action> getActions()
-
setActions
final Unit setActions(List<Action> actions)
-
getExpandToFill
final Boolean getExpandToFill()
-
setExpandToFill
final Unit setExpandToFill(Boolean expandToFill)
-
getState
final ComponentState getState()
-
setState
final Unit setState(ComponentState state)
-
defaultStyle
Style defaultStyle()
-
-
-
-