- IDSelector - Class in ej.style.selector
-
An ID selector selects by checking if the element is registered in
ElementRegistry
.
- IDSelector(String) - Constructor for class ej.style.selector.IDSelector
-
Creates an ID selector.
- Image - Class in ej.widget.basic
-
A widget that displays an image.
- Image() - Constructor for class ej.widget.basic.Image
-
Creates an image without source.
- Image(String) - Constructor for class ej.widget.basic.Image
-
Creates an image with the path to the source to display.
- Image(Image) - Constructor for class ej.widget.basic.Image
-
Creates an image with the source to display.
- ImageCheck - Class in ej.widget.basic.image
-
A check box using some images to render.
- ImageCheck() - Constructor for class ej.widget.basic.image.ImageCheck
-
- ImageLoader - Interface in ej.style.image
-
An image loader is responsible for loading the images.
- ImageProgress - Class in ej.widget.basic.image
-
A progress using some images to render.
- ImageProgress(BoundedRangeModel) - Constructor for class ej.widget.basic.image.ImageProgress
-
Creates a progress with the given model.
- ImageProgress(int, int, int) - Constructor for class ej.widget.basic.image.ImageProgress
-
Creates a progress with a default bounded range as model.
- ImageRadio - Class in ej.widget.basic.image
-
A radio button using some images to render.
- ImageRadio() - Constructor for class ej.widget.basic.image.ImageRadio
-
- ImageSlider - Class in ej.widget.basic.image
-
A slider using some images to render.
- ImageSlider(BoundedRangeModel) - Constructor for class ej.widget.basic.image.ImageSlider
-
Creates a horizontal slider with the given model.
- ImageSlider(int, int, int) - Constructor for class ej.widget.basic.image.ImageSlider
-
Creates a horizontal slider with a default bounded range model.
- ImageSwitch - Class in ej.widget.basic.image
-
A switch using some images to render.
- ImageSwitch() - Constructor for class ej.widget.basic.image.ImageSwitch
-
- ImageTheme - Interface in ej.widget.basic.image
-
Define the paths of the images to use for the widgets rendered with some images.
- ImageToggle - Class in ej.widget.basic.image
-
A toggle using some images to render.
- ImageToggle() - Constructor for class ej.widget.basic.image.ImageToggle
-
- incrementSize(int, int) - Method in class ej.style.container.Rectangle
-
Increments the size of the rectangle.
- indeterminateTick() - Method in class ej.widget.basic.AbstractProgress
-
Indeterminate animation tick.
- indeterminateTick() - Method in class ej.widget.basic.drawing.CircularProgressBar
-
- indeterminateTick() - Method in class ej.widget.basic.drawing.ProgressBar
-
- indeterminateTick() - Method in class ej.widget.basic.picto.PictoProgress
-
- initialize(int, int, Widget, Widget, boolean) - Method in interface ej.widget.animation.AnimationStepListener
-
An animation is starting with the given properties.
- insert(char) - Method in class ej.widget.basic.Password
-
- insert(String) - Method in class ej.widget.basic.Text
-
Inserts a string in the text field at the caret position.
- insert(char) - Method in class ej.widget.basic.Text
-
Inserts a character in the text field at the caret position.
- InstanceSelector - Class in ej.style.selector
-
An instance selector selects by checking the element id (Java instance).
- InstanceSelector(Element) - Constructor for class ej.style.selector.InstanceSelector
-
Creates an instance selector.
- isAdjustedToChild() - Method in class ej.widget.composed.Wrapper
-
Gets whether the wrapper is adjusted to its child.
- isAnimating() - Method in class ej.widget.container.transition.ScreenshotTransitionContainer
-
Gets whether the transition container is doing the transition or not.
- isAnimationRunning() - Static method in class ej.widget.animation.AnimationListenerRegistry
-
Gets whether or not an animation is running.
- isChecked() - Method in class ej.widget.basic.Box
-
Gets whether or not the box is checked.
- isChecked() - Method in class ej.widget.composed.ToggleWrapper
-
Gets whether or not the toggle button is checked.
- isChecked() - Method in class ej.widget.toggle.ToggleModel
-
Gets whether or not the toggle button is checked.
- isChecked() - Method in class ej.widget.util.ToggleHelper
-
Gets whether or not the toggle button is checked.
- isComplete() - Method in class ej.style.Style
-
Checks whether or not the style is complete.
- isEmpty() - Method in class ej.widget.basic.Text
-
Gets whether or not the text is empty.
- isEmpty() - Method in interface ej.widget.navigation.stack.PageStack
-
Gets whether the stack is empty or not.
- isEmpty() - Method in class ej.widget.navigation.stack.PageStackReference
-
- isEmpty() - Method in class ej.widget.navigation.stack.PageStackURL
-
- isFillColor() - Method in class ej.style.background.AbstractImageBackground
-
Gets whether or not the remaining area is filled with the background color.
- isHorizontal() - Method in class ej.widget.basic.drawing.Scrollbar
-
- isHorizontal() - Method in class ej.widget.basic.PagingIndicator
-
Gets whether the paging indicator is horizontal or not.
- isHorizontal() - Method in class ej.widget.container.Split
-
Gets whether the composite is horizontal or not.
- isHorizontalRepeat() - Method in class ej.style.background.TiledImageBackground
-
Gets whether the image is repeated horizontally or not.
- isIndeterminate() - Method in class ej.widget.basic.AbstractProgress
-
Gets whether or not the progress bar is in an indeterminate state.
- isInState(State) - Method in interface ej.style.Element
-
Gets whether or not the element is in the given state.
- isInState(State) - Method in class ej.style.util.ElementAdapter
-
- isInState(State) - Method in class ej.widget.basic.Box
-
- isInState(State) - Method in class ej.widget.basic.Button
-
- isInState(State) - Method in class ej.widget.basic.ButtonImage
-
- isInState(State) - Method in class ej.widget.basic.Text
-
- isInState(State) - Method in class ej.widget.composed.ButtonWrapper
-
- isInState(State) - Method in class ej.widget.composed.ToggleWrapper
-
- isInState(State) - Method in class ej.widget.StyledComposite
-
- isInState(State) - Method in class ej.widget.StyledDesktop
-
- isInState(State) - Method in class ej.widget.StyledDialog
-
- isInState(State) - Method in class ej.widget.StyledPanel
-
- isInState(State) - Method in class ej.widget.StyledWidget
-
- isLightColor(int) - Static method in class ej.color.LightHelper
-
Gets whether a color is light or dark.
- isPressed() - Method in class ej.widget.util.ButtonHelper
-
Gets whether the button is pressed or not.
- isPressed() - Method in class ej.widget.util.ToggleHelper
-
Gets the pressed.
- isRevealed() - Method in class ej.widget.basic.Password
-
Gets whether or not the password is revealed.
- isSamePage(String, String) - Method in class ej.widget.navigation.page.ClassNameURLResolver
-
- isSamePage(String, String) - Method in interface ej.widget.navigation.page.URLResolver
-
Gets whether or not two URLs refer to the same page.
- isSetAlignment() - Method in class ej.style.Style
-
Checks whether or not the alignment of the style is set.
- isSetBackground() - Method in class ej.style.Style
-
Checks whether or not the background of the style is set.
- isSetBackgroundColor() - Method in class ej.style.Style
-
Checks whether or not the background color of the style is set.
- isSetBorder() - Method in class ej.style.Style
-
Checks whether or not the border of the style is set.
- isSetBorderColor() - Method in class ej.style.Style
-
Checks whether or not the border color of the style is set.
- isSetDimension() - Method in class ej.style.Style
-
Checks whether or not the dimension of the style is set.
- isSetFontProfile() - Method in class ej.style.Style
-
Checks whether or not the font profile of the style is set.
- isSetForegroundColor() - Method in class ej.style.Style
-
Checks whether or not the foreground color of the style is set.
- isSetMargin() - Method in class ej.style.Style
-
Checks whether or not the margin of the style is set.
- isSetPadding() - Method in class ej.style.Style
-
Checks whether or not the padding of the style is set.
- isSetTextManager() - Method in class ej.style.Style
-
Checks whether or not the text manager of the style is set.
- isShownCaret() - Method in class ej.widget.basic.Text
-
Gets whether the caret is currently shown or not.
- isTransparent() - Method in class ej.style.background.AbstractImageBackground
-
- isTransparent() - Method in interface ej.style.background.Background
-
Tells whether or not the background is transparent.
- isTransparent() - Method in class ej.style.background.NoBackground
-
- isTransparent() - Method in class ej.style.background.PlainBackground
-
- isTransparent() - Method in class ej.style.background.SimpleRoundedPlainBackground
-
- isTransparent() - Method in class ej.widget.container.transition.ScreenshotTransitionContainer
-
- isTransparent() - Method in class ej.widget.StyledComposite
-
- isTransparent() - Method in class ej.widget.StyledDialog
-
- isTransparent() - Method in class ej.widget.StyledPanel
-
- isTransparent() - Method in class ej.widget.StyledWidget
-
- isVerticalRepeat() - Method in class ej.style.background.TiledImageBackground
-
Gets whether the image is repeated vertically or not.
- iterator() - Method in class ej.widget.container.List
-