Package | Description |
---|---|
ej.style |
Base package containing the styling basic items.
|
ej.style.cascading |
Cascading stylesheet implementation.
|
ej.style.util |
Styling utilities.
|
ej.widget |
Stylized widgets framework.
|
ej.widget.basic |
Basic widgets.
|
ej.widget.basic.drawing |
Basic drawn widgets.
|
ej.widget.basic.image |
Basic widgets represented with images.
|
ej.widget.basic.picto |
Basic widgets represented with pictos.
|
ej.widget.composed |
Widgets composed with other widgets.
|
ej.widget.container |
Set of containers with specific layouts.
|
ej.widget.container.transition |
Set of containers that allow to do transitions between two widgets.
|
ej.widget.navigation |
Navigation framework base classes.
|
ej.widget.navigation.transition |
Transition manager implementations.
|
Modifier and Type | Method and Description |
---|---|
Style |
Stylesheet.getRuleStyle(Selector selector)
Gets the style associated with a selector.
|
Style |
Stylesheet.getStyle(Element element)
Gets the style for the given element.
|
Modifier and Type | Method and Description |
---|---|
void |
Stylesheet.addRule(Selector selector,
Style style)
Adds a rule: a style applied to the elements matching a selector.
|
void |
Style.override(Style style)
Fills all defined attributes of the given style in this style.
|
void |
Stylesheet.setDefaultStyle(Style style)
Sets the default style.
|
Constructor and Description |
---|
Style(Style style)
Creates a style from another one.
|
Modifier and Type | Method and Description |
---|---|
Style |
CascadingStylesheet.getRuleStyle(Selector selector) |
Style |
CascadingStylesheet.getStyle(Element element) |
Modifier and Type | Method and Description |
---|---|
void |
CascadingStylesheet.addRule(Selector selector,
Style style) |
void |
CascadingStylesheet.setDefaultStyle(Style style) |
Modifier and Type | Class and Description |
---|---|
class |
EditableStyle
The attributes of an editable style can be set.
|
Modifier and Type | Method and Description |
---|---|
Style |
ElementAdapter.getStyle()
Gets the current style of the element.
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
StyleHelper.computeContentBounds(Rectangle boundsHint,
Style style)
Unwraps the different style outlines then apply the style dimension to get the content effective bounds from the
global bounds.
|
static void |
StyleHelper.computePreferredSize(Rectangle boundsHint,
Rectangle contentBounds,
Style style)
Applies the style dimension then wraps the different style outlines to get the global bounds from the content
effective bounds.
|
static ej.microui.display.Font |
StyleHelper.getFont(Style style)
Utility method to get the font matching a front profile from a style using the font loader.
|
static void |
StyleHelper.renderWithoutContent(ej.microui.display.GraphicsContext g,
Rectangle bounds,
Style style)
Applies the different outlines and the background to a graphics context.
|
Constructor and Description |
---|
EditableStyle(Style style)
Creates an editable style from another one.
|
Modifier and Type | Method and Description |
---|---|
Style |
StyledWidget.getStyle() |
Style |
StyledRenderable.getStyle()
Gets the current style of the renderable.
|
Style |
StyledPanel.getStyle() |
Style |
StyledDialog.getStyle() |
Style |
StyledDesktop.getStyle() |
Style |
StyledComposite.getStyle() |
Modifier and Type | Method and Description |
---|---|
void |
StyledWidget.mergeStyle(Style style) |
void |
StyledRenderable.mergeStyle(Style style)
Merges a style with the style of this renderable.
|
void |
StyledPanel.mergeStyle(Style style) |
void |
StyledDialog.mergeStyle(Style style) |
void |
StyledDesktop.mergeStyle(Style style) |
void |
StyledComposite.mergeStyle(Style style) |
void |
StyledRenderable.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds)
Renders the content of the renderable without the border, margin and padding specified in the style.
|
void |
StyledPanel.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
StyledDialog.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
StyledDesktop.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
StyledComposite.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
Rectangle |
StyledRenderable.validateContent(Style style,
Rectangle bounds)
Gets the content size of the renderable without the border, margin and padding specified in the style.
|
Rectangle |
StyledPanel.validateContent(Style style,
Rectangle bounds) |
Rectangle |
StyledDialog.validateContent(Style style,
Rectangle bounds) |
Rectangle |
StyledDesktop.validateContent(Style style,
Rectangle bounds) |
abstract Rectangle |
StyledComposite.validateContent(Style style,
Rectangle bounds)
Gets the content size of the renderable without the border, margin and padding specified in the style.
|
Modifier and Type | Method and Description |
---|---|
void |
Text.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
Label.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
Image.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle availableBounds) |
void |
AnimatedImage.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle availableBounds) |
Rectangle |
Text.validateContent(Style style,
Rectangle availableSize) |
Rectangle |
Label.validateContent(Style style,
Rectangle availableSize) |
Rectangle |
Image.validateContent(Style style,
Rectangle availableBounds) |
Rectangle |
AnimatedImage.validateContent(Style style,
Rectangle availableBounds) |
Modifier and Type | Method and Description |
---|---|
void |
SwitchBox.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
Slider.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
Scrollbar.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
RadioBox.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
ProgressBar.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
CircularProgressBar.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
CheckBox.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
BulletPagingIndicator.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
Rectangle |
SwitchBox.validateContent(Style style,
Rectangle availableSize) |
Rectangle |
Slider.validateContent(Style style,
Rectangle availableSize) |
Rectangle |
Scrollbar.validateContent(Style style,
Rectangle bounds) |
Rectangle |
RadioBox.validateContent(Style style,
Rectangle availableSize) |
Rectangle |
ProgressBar.validateContent(Style style,
Rectangle availableSize) |
Rectangle |
CircularProgressBar.validateContent(Style style,
Rectangle availableSize) |
Rectangle |
CheckBox.validateContent(Style style,
Rectangle availableSize) |
Rectangle |
BulletPagingIndicator.validateContent(Style style,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
void |
ImageToggle.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
ImageSlider.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
ImageProgress.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
Rectangle |
ImageToggle.validateContent(Style style,
Rectangle bounds) |
Rectangle |
ImageSlider.validateContent(Style style,
Rectangle availableSize) |
Rectangle |
ImageProgress.validateContent(Style style,
Rectangle availableSize) |
Modifier and Type | Method and Description |
---|---|
void |
PictoToggle.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
PictoSlider.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
void |
PictoProgress.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds) |
Rectangle |
PictoToggle.validateContent(Style style,
Rectangle bounds) |
Rectangle |
PictoSlider.validateContent(Style style,
Rectangle availableSize) |
Rectangle |
PictoProgress.validateContent(Style style,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
Wrapper.validateContent(Style style,
Rectangle bounds) |
Rectangle |
Toggle.validateContent(Style style,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
Split.validateContent(Style style,
Rectangle bounds) |
Rectangle |
SimpleDock.validateContent(Style style,
Rectangle bounds) |
Rectangle |
Scroll.validateContent(Style style,
Rectangle bounds) |
Rectangle |
List.validateContent(Style style,
Rectangle bounds) |
Rectangle |
Grid.validateContent(Style style,
Rectangle bounds) |
Rectangle |
Flow.validateContent(Style style,
Rectangle bounds)
Gets the content size of the renderable without the border, margin and padding specified in the style.
|
Rectangle |
Dock.validateContent(Style style,
Rectangle bounds) |
Rectangle |
Canvas.validateContent(Style style,
Rectangle bounds) |
Rectangle |
AbstractCarousel.validateContent(Style style,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
TransitionContainer.validateContent(Style style,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransitionManager.render(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds)
Deprecated.
Renders the content of the navigation container without the border, margin and padding specified in the style.
|
void |
Navigator.renderContent(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds)
Deprecated.
|
Rectangle |
Navigator.validateContent(Style style,
Rectangle bounds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HorizontalScreenshotTransitionManager.render(ej.microui.display.GraphicsContext g,
Style style,
Rectangle bounds)
Deprecated.
|