Package com.iizigo.style.prop
Class EditorStyles0
java.lang.Object
com.iizigo.style.prop.EditorStyles0
- All Implemented Interfaces:
IPropCnrEditorProperties
Edit class for the Styles container in all UI components and in StylesCnr.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Style group: align.static final String
Style group: background.static String
Group for background without color.static final String
Style group: border.static final String
Style group: box.static final String
"Style group": extends.static final String
Style group: font.static final String
Style group: background image.static final String
Style group: lists.static final String
Style group: margin.static final String
Style group: opacity.static final String
Style group: outline.static final String
Style group: padding.static final String
Style group: priority (only for Styles in files).static final String
Style group: text.static String
Group for text without align.static String
Group for text without align.static String
Group for text without align and wrap.static String
Group for text without align and wrap.static String
Group for text without align and wrap.static String
Group for text without wrap.static final String
Style group: transform.static String[]
No supported styles.Constructor Summary
Method Summary
Modifier and TypeMethodDescriptiongetEditProperties
(PropCnr property) Gets the property definitions for Styles or the StateStyles.
Field Details
NO_SUPPORTED_STYLES
No supported styles.GROUP_EXTENDS
"Style group": extends.- See Also:
GROUP_PRIO
Style group: priority (only for Styles in files).- See Also:
GROUP_FONT
Style group: font.- See Also:
GROUP_BACKGROUND
Style group: background.- See Also:
GROUP_TEXT
Style group: text.- See Also:
GROUP_BORDER
Style group: border.- See Also:
GROUP_LISTS
Style group: lists.- See Also:
GROUP_OUTLINE
Style group: outline.- See Also:
GROUP_IMAGE
Style group: background image.- See Also:
GROUP_MARGIN
Style group: margin.- See Also:
GROUP_PADDING
Style group: padding.- See Also:
GROUP_BOX
Style group: box.- See Also:
GROUP_TRANSFORM
Style group: transform.- See Also:
GROUP_ALIGN
Style group: align.- See Also:
GROUP_OPACITY
Style group: opacity.- See Also:
GROUP_BACKGROUND__NO_COLOR
Group for background without color.GROUP_TEXT__NO_WRAP
Group for text without wrap.GROUP_TEXT__NO_ALIGN
Group for text without align.GROUP_TEXT__NO_ALIGN_WHITESPACE
Group for text without align.GROUP_TEXT__NO_ALIGN_WRAP
Group for text without align and wrap.GROUP_TEXT__NO_ALIGN_WRAP_LINEHEIGHT
Group for text without align and wrap.GROUP_TEXT__NO_ALIGN_WRAP_DIRECTION
Group for text without align and wrap.
Constructor Details
EditorStyles0
public EditorStyles0()Default constructor.
Method Details
getEditProperties
Gets the property definitions for Styles or the StateStyles.- Specified by:
getEditProperties
in interfaceIPropCnrEditorProperties