-
-
Method Summary
Modifier and Type Method Description final ComponentgetChild()final DirectiongetDirection()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)-
Methods inherited from class io.purchasely.views.presentation.models.Scroll
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
-
getDirection
final Direction getDirection()
-
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)
-
-
-
-