moka.x
Interface Styled
- All Known Implementing Classes:
- Button
- public interface Styled
The Styled interface provides methods used to deal with styled
components.
- Since:
- MDK1.0a
Field Summary |
static short |
style
The style for this component. |
Method Summary |
void |
setStyle(short style)
Sets the style of the component. |
style
public static final short style
- The style for this component. Should be only read.
- See Also:
- Constant Field Values
setStyle
public void setStyle(short style)
- Sets the style of the component.
- Parameters:
style
- The style of the component.