-
@Serializable() public abstract class Styled
-
-
Constructor Summary
Constructors Constructor Description Styled()
-
Method Summary
Modifier and Type Method Description final Map<String, Style>getStyles()final UnitsetStyles(@SerialName(value = styles) Map<String, Style> styles)final ComponentStategetState()final UnitsetState(ComponentState state)Stylestyle()StyledefaultStyle()final BooleanhasState(ComponentState state)-
-
Method Detail
-
getState
final ComponentState getState()
-
setState
final Unit setState(ComponentState state)
-
defaultStyle
Style defaultStyle()
-
hasState
final Boolean hasState(ComponentState state)
-
-
-
-