-
-
Constructor Summary
Constructors Constructor Description VStack()
-
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 List<Action>getTileSelectedActions()final UnitsetTileSelectedActions(List<Action> tileSelectedActions)final BooleangetExpandToFill()final UnitsetExpandToFill(Boolean expandToFill)final Map<String, Style>getStyles()final UnitsetStyles(Map<String, Style> styles)final ComponentStategetState()final UnitsetState(ComponentState state)-
Methods inherited from class io.purchasely.views.presentation.models.Stack
components -
Methods inherited from class io.purchasely.views.presentation.models.ParentComponent
actionTypes, actions, hasAction, hasHeight, hasMainAction, hasWidth -
Methods inherited from class io.purchasely.views.presentation.models.Component
defaultStyle, 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)
-
getTileSelectedActions
final List<Action> getTileSelectedActions()
-
setTileSelectedActions
final Unit setTileSelectedActions(List<Action> tileSelectedActions)
-
getExpandToFill
final Boolean getExpandToFill()
-
setExpandToFill
final Unit setExpandToFill(Boolean expandToFill)
-
getState
final ComponentState getState()
-
setState
final Unit setState(ComponentState state)
-
-
-
-