| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentSelector |
ComponentSelector.$(ActionEvent e)
Creates a ComponentInspector with the source component of the provided event.
|
static ComponentSelector |
ComponentSelector.$(Component... cmps)
Wraps provided components in a ComponentSelector set.
|
static ComponentSelector |
ComponentSelector.$(Runnable r)
|
static ComponentSelector |
ComponentSelector.$(Set<Component> cmps)
Creates a new ComponentSelector with the provided set of components.
|
static ComponentSelector |
ComponentSelector.$(String selector)
Creates a new ComponentSelector with the components matched by the provided selector.
|
static ComponentSelector |
ComponentSelector.$(String selector,
Collection<Component> roots)
Creates a ComponentSelector with the components matched by the provided selector in the provided
roots' subtrees.
|
static ComponentSelector |
ComponentSelector.$(String selector,
Component... roots)
Creates a ComponentSelector with the components matched by the provided selector in the provided
roots' subtrees.
|
ComponentSelector |
ComponentSelector.add(Component e,
boolean chain)
Fluent API wrapper for
add(com.codename1.ui.Component) |
ComponentSelector |
ComponentSelector.addActionListener(ActionListener l)
Adds action listener to applicable components in found set.
|
ComponentSelector |
ComponentSelector.addAll(Collection<? extends Component> c,
boolean chain)
Fluent API wrapper for
addAll(java.util.Collection). |
ComponentSelector |
ComponentSelector.addDataChangedListener(DataChangedListener l)
|
ComponentSelector |
ComponentSelector.addDragOverListener(ActionListener l)
Adds drag over listener to all components in found set.
|
ComponentSelector |
ComponentSelector.addDropListener(ActionListener l)
Adds a drop listener to all components in found set.
|
ComponentSelector |
ComponentSelector.addFocusListener(FocusListener l)
Adds a focus listener to all components in found set.
|
ComponentSelector |
ComponentSelector.addLongPressListener(ActionListener l)
Adds long pointer pressed listener to all components in found set.
|
ComponentSelector |
ComponentSelector.addPointerDraggedListener(ActionListener l)
Adds pointer dragged listener to all components in found set.
|
ComponentSelector |
ComponentSelector.addPointerPressedListener(ActionListener l)
Adds pointer pressed listener to all components in found set.
|
ComponentSelector |
ComponentSelector.addPointerReleasedListener(ActionListener l)
Adds pointer released listener to all components in found set.
|
ComponentSelector |
ComponentSelector.addScrollListener(ScrollListener l)
Adds scroll listener to all components in found set.
|
ComponentSelector |
ComponentSelector.addStyleListener(StyleListener l)
|
ComponentSelector |
ComponentSelector.addTags(String... tags)
Adds the given tags to all elements in the result set.
|
ComponentSelector |
ComponentSelector.animateHierarchy(int duration)
Animates the hierarchy of containers in this set.
|
ComponentSelector |
ComponentSelector.animateHierarchy(int duration,
SuccessCallback<ComponentSelector> callback)
|
ComponentSelector |
ComponentSelector.animateHierarchyAndWait(int duration)
|
ComponentSelector |
ComponentSelector.animateHierarchyFade(int duration,
int startingOpacity)
|
ComponentSelector |
ComponentSelector.animateHierarchyFade(int duration,
int startingOpacity,
SuccessCallback<ComponentSelector> callback)
|
ComponentSelector |
ComponentSelector.animateHierarchyFadeAndWait(int duration,
int startingOpacity)
|
ComponentSelector |
ComponentSelector.animateLayout(int duration)
|
ComponentSelector |
ComponentSelector.animateLayout(int duration,
SuccessCallback<ComponentSelector> callback)
Wraps
Container.animateLayout(int). |
ComponentSelector |
ComponentSelector.animateLayoutAndWait(int duration)
|
ComponentSelector |
ComponentSelector.animateLayoutFade(int duration,
int startingOpacity)
Animates layout with fade on all containers in this set.
|
ComponentSelector |
ComponentSelector.animateLayoutFade(int duration,
int startingOpacity,
SuccessCallback<ComponentSelector> callback)
|
ComponentSelector |
ComponentSelector.animateLayoutFadeAndWait(int duration,
int startingOpacity)
|
ComponentSelector |
ComponentSelector.animateStyle(Style destStyle,
int duration,
SuccessCallback<ComponentSelector> callback)
Animates this set of components, replacing any modified style properties of the
destination style to the components.
|
ComponentSelector |
ComponentSelector.animateUnlayout(int duration,
int opacity)
|
ComponentSelector |
ComponentSelector.animateUnlayout(int duration,
int opacity,
SuccessCallback<ComponentSelector> callback)
|
ComponentSelector |
ComponentSelector.animateUnlayoutAndWait(int duration,
int opacity)
|
ComponentSelector |
ComponentSelector.append(Component child)
Appends a child component to the first container in this set.
|
ComponentSelector |
ComponentSelector.append(ComponentSelector.ComponentMapper mapper)
Append a child element to each container in this set.
|
ComponentSelector |
ComponentSelector.append(Object constraint,
Component child)
Appends a child component to the first container in this set.
|
ComponentSelector |
ComponentSelector.append(Object constraint,
ComponentSelector.ComponentMapper mapper)
Append a child element to each container in this set.
|
ComponentSelector |
ComponentSelector.applyRTL(boolean rtl)
|
ComponentSelector |
ComponentSelector.clear(boolean chain)
Fluent API wrapper for (@link #clear()}
|
ComponentSelector |
ComponentSelector.clearClientProperties()
Wrapper for
Component.clearClientProperties(). |
ComponentSelector |
ComponentSelector.closest(String selector)
Creates a new set of components consistng of all "closest" ancestors of components
in this set which match the provided selector.
|
ComponentSelector |
ComponentSelector.each(ComponentSelector.ComponentClosure closure)
Applies the given callback to each component in the set.
|
ComponentSelector |
ComponentSelector.fadeIn()
Fade in this set of components.
|
ComponentSelector |
ComponentSelector.fadeIn(int duration)
Fade in this set of components.
|
ComponentSelector |
ComponentSelector.fadeIn(int duration,
SuccessCallback<ComponentSelector> callback)
Fade in this set of components.
|
ComponentSelector |
ComponentSelector.fadeInAndWait()
Fades in this component and blocks until animation is complete.
|
ComponentSelector |
ComponentSelector.fadeInAndWait(int duration)
Fades in this component and blocks until animation is complete.
|
ComponentSelector |
ComponentSelector.fadeOut()
Fades out components in this set.
|
ComponentSelector |
ComponentSelector.fadeOut(int duration)
Fades out components in this set.
|
ComponentSelector |
ComponentSelector.fadeOut(int duration,
SuccessCallback<ComponentSelector> callback)
Fades out components in this set.
|
ComponentSelector |
ComponentSelector.fadeOutAndWait(int duration)
Hide the matched elements by fading them to transparent.
|
ComponentSelector |
ComponentSelector.filter(ComponentSelector.Filter filter)
Creates a new set of components formed by filtering the current set using a filter function.
|
ComponentSelector |
ComponentSelector.filter(String selector)
Filters the current found set against the given selector.
|
ComponentSelector |
ComponentSelector.find(String selector)
Uses the results of this selector as the roots to create a new selector with
the provided selector string.
|
ComponentSelector |
ComponentSelector.findFirstFocusable()
Creates new ComponentSelector with the set of first focusable elements of
each of the containers in the current result set.
|
ComponentSelector |
ComponentSelector.first()
Returns a set with the first element of the current set, or an empty set if the
current set is empty.
|
ComponentSelector |
ComponentSelector.firstChild()
Creates new set consisting of the first child of each component in the current set.
|
ComponentSelector |
ComponentSelector.forceRevalidate()
|
ComponentSelector |
ComponentSelector.getComponentAt(int index)
This returns a new ComponentSelector which includes a set of all results
of calling
Container.getComponentAt(int) on containers in this
found set. |
ComponentSelector |
ComponentSelector.getComponentAt(int x,
int y)
Returns new ComponentSelector with the set of all components returned from calling
Container.getComponentAt(int, int) in the current found set. |
ComponentSelector |
ComponentSelector.getComponentForm()
Gets the set of all component forms from components in this set.
|
ComponentSelector |
ComponentSelector.getParent()
Gets the set of all "parent" components of components in the result set.
|
ComponentSelector |
ComponentSelector.growShrink(int duration)
|
ComponentSelector |
ComponentSelector.invalidate()
Wraps
Container.invalidate() |
ComponentSelector |
ComponentSelector.lastChild()
Creates new set consisting of the last child of each component in the current set.
|
ComponentSelector |
ComponentSelector.layoutContainer()
|
ComponentSelector |
ComponentSelector.map(ComponentSelector.ComponentMapper mapper)
Creates a new set based on the elements of the current set and a mapping function
which defines the elements that should be in the new set.
|
ComponentSelector |
ComponentSelector.merge(Style style)
Merges style with all styles of components in current found set.
|
ComponentSelector |
ComponentSelector.nextSibling()
Creates set of "next" siblings of components in this set.
|
ComponentSelector |
ComponentSelector.paint(Graphics g)
|
ComponentSelector |
ComponentSelector.paintBackgrounds(Graphics g)
|
ComponentSelector |
ComponentSelector.paintComponent(Graphics g)
|
ComponentSelector |
ComponentSelector.paintLockRelease()
|
ComponentSelector |
ComponentSelector.parent(String selector)
Creates a new set of components consisting of all of the parents of components in this set.
|
ComponentSelector |
ComponentSelector.parents(String selector)
Creates new set of components consisting of all of the ancestors of components in this set which
match the provided selector.
|
ComponentSelector |
ComponentSelector.prevSibling()
Creates set of "previous" siblings of components in this set.
|
ComponentSelector |
ComponentSelector.putClientProperty(String key,
Object value)
|
ComponentSelector |
ComponentSelector.refreshTheme()
Wraps
Component.refreshTheme() |
ComponentSelector |
ComponentSelector.refreshTheme(boolean merge)
|
ComponentSelector |
ComponentSelector.remove()
Wrapper for
Component.remove(). |
ComponentSelector |
ComponentSelector.remove(Object o,
boolean chain)
Fluent API wrapper for
remove(java.lang.Object). |
ComponentSelector |
ComponentSelector.removeActionListener(ActionListener l)
Removes action listeners from components in set.
|
ComponentSelector |
ComponentSelector.removeAll()
This removes all children from all containers in found set.
|
ComponentSelector |
ComponentSelector.removeAll(Collection<?> c,
boolean chain)
Fluent API wrapper for
removeAll(java.util.Collection) |
ComponentSelector |
ComponentSelector.removeDataChangedListener(DataChangedListener l)
|
ComponentSelector |
ComponentSelector.removeDragOverListener(ActionListener l)
Removes drag over listener from all components in found set.
|
ComponentSelector |
ComponentSelector.removeDropListener(ActionListener l)
Removes a drop listener from all components in found set.
|
ComponentSelector |
ComponentSelector.removeFocusListener(FocusListener l)
Removes focus listener from all components in found set.
|
ComponentSelector |
ComponentSelector.removeLongPressListener(ActionListener l)
Removes long pointer pressed listener from all components in found set.
|
ComponentSelector |
ComponentSelector.removePointerDraggedListener(ActionListener l)
REmoves pointer dragged listener from all components in found set.
|
ComponentSelector |
ComponentSelector.removePointerPressedListener(ActionListener l)
Removes pointer pressed listener from all components in found set.
|
ComponentSelector |
ComponentSelector.removePointerReleasedListener(ActionListener l)
Removes pointer released listener from all components in found set.
|
ComponentSelector |
ComponentSelector.removeScrollListener(ScrollListener l)
Removes scroll listener from all components in found set.
|
ComponentSelector |
ComponentSelector.removeStyleListener(StyleListener l)
|
ComponentSelector |
ComponentSelector.removeStyleListeners()
Wraps
Style.removeListeners() |
ComponentSelector |
ComponentSelector.removeTags(String... tags)
Removes the given tags from all elements in the result set.
|
ComponentSelector |
ComponentSelector.repaint()
Wraps
Component.repaint() |
ComponentSelector |
ComponentSelector.repaint(int x,
int y,
int w,
int h)
|
ComponentSelector |
ComponentSelector.replace(ComponentSelector.ComponentMapper mapper)
Replaces the matched components within respective parents with replacements defined by the provided mapper.
|
ComponentSelector |
ComponentSelector.replace(ComponentSelector.ComponentMapper mapper,
Transition t)
Replaces the matched components within respective parents with replacements defined by the provided mapper.
|
ComponentSelector |
ComponentSelector.replaceAndWait(ComponentSelector.ComponentMapper mapper,
Transition t)
Replaces the matched components within respective parents with replacements defined by the provided mapper.
|
ComponentSelector |
ComponentSelector.requestFocus()
Wraps
Component.requestFocus() |
ComponentSelector |
ComponentSelector.retainAll(Collection<?> c,
boolean chain)
Fluent API wrapper for
retainAll(java.util.Collection) |
ComponentSelector |
ComponentSelector.revalidate()
Wraps
Container.revalidate() |
ComponentSelector |
ComponentSelector.scrollComponentToVisible(Component cmp)
|
static ComponentSelector |
ComponentSelector.select(ActionEvent e)
|
static ComponentSelector |
ComponentSelector.select(Component... cmps)
Alias of
$(com.codename1.ui.Component...) |
static ComponentSelector |
ComponentSelector.select(Runnable r)
Alias of
$(java.lang.Runnable) |
static ComponentSelector |
ComponentSelector.select(Set<Component> cmps)
Alias of
$(java.util.Set) |
static ComponentSelector |
ComponentSelector.select(String selector)
Alias of
$(java.lang.String) |
static ComponentSelector |
ComponentSelector.select(String selector,
Collection<Component> roots)
|
static ComponentSelector |
ComponentSelector.select(String selector,
Component... roots)
|
ComponentSelector |
ComponentSelector.selectAllStyles()
Sets the current style to each component's ALL STYLES proxy style.
|
ComponentSelector |
ComponentSelector.selectDisabledStyle()
Sets the current style to the disabled style.
|
ComponentSelector |
ComponentSelector.selectPressedStyle()
Sets the current style to the pressed style.
|
ComponentSelector |
ComponentSelector.selectSelectedStyle()
Sets the current style to the selected style.
|
ComponentSelector |
ComponentSelector.selectUnselectedStyle()
Sets the current style to the unselected style.
|
ComponentSelector |
ComponentSelector.set3DText(boolean t,
boolean raised)
|
ComponentSelector |
ComponentSelector.set3DTextNorth(boolean north)
|
ComponentSelector |
ComponentSelector.setAlignment(int alignment)
Wraps
Style.setAlignment(int) |
ComponentSelector |
ComponentSelector.setAutoSizeMode(boolean b)
|
ComponentSelector |
ComponentSelector.setBackgroundGradientEndColor(int endColor)
Wraps
(int) |
ComponentSelector |
ComponentSelector.setBackgroundGradientRelativeSize(float size)
|
ComponentSelector |
ComponentSelector.setBackgroundGradientRelativeX(float x)
|
ComponentSelector |
ComponentSelector.setBackgroundGradientRelativeY(float y)
|
ComponentSelector |
ComponentSelector.setBackgroundGradientStartColor(int startColor)
|
ComponentSelector |
ComponentSelector.setBackgroundType(byte backgroundType)
|
ComponentSelector |
ComponentSelector.setBgColor(int bgColor)
Wraps
Style.setBgColor(int) |
ComponentSelector |
ComponentSelector.setBgImage(Image bgImage)
|
ComponentSelector |
ComponentSelector.setBgPainter(Painter bgPainter)
|
ComponentSelector |
ComponentSelector.setBgTransparency(int bgTransparency)
|
ComponentSelector |
ComponentSelector.setBorder(Border b)
|
ComponentSelector |
ComponentSelector.setCellRenderer(boolean cell)
|
ComponentSelector |
ComponentSelector.setCommand(Command cmd)
|
ComponentSelector |
ComponentSelector.setComponentState(Object state)
|
ComponentSelector |
ComponentSelector.setCursor(int cursor) |
ComponentSelector |
ComponentSelector.setDirtyRegion(Rectangle rect)
|
ComponentSelector |
ComponentSelector.setDisabledIcon(Image icon)
|
ComponentSelector |
ComponentSelector.setDisabledStyle(Style style)
Sets disabled style of all components in found set.
|
ComponentSelector |
ComponentSelector.setDoneListener(ActionListener l)
|
ComponentSelector |
ComponentSelector.setDraggable(boolean draggable)
|
ComponentSelector |
ComponentSelector.setDropTarget(boolean target)
|
ComponentSelector |
ComponentSelector.setEditable(boolean b)
|
ComponentSelector |
ComponentSelector.setEnabled(boolean enabled)
|
ComponentSelector |
ComponentSelector.setEndsWith3Points(boolean b)
|
ComponentSelector |
ComponentSelector.setFgColor(int color)
Wraps
Style.setFgColor(int) |
ComponentSelector |
ComponentSelector.setFlatten(boolean f)
|
ComponentSelector |
ComponentSelector.setFocusable(boolean focus)
Sets all components in the found set focusability.
|
ComponentSelector |
ComponentSelector.setFont(Font f)
|
ComponentSelector |
ComponentSelector.setFontSize(float size)
Sets the font size of all components in found set.
|
ComponentSelector |
ComponentSelector.setFontSizeMillimeters(float sizeMM)
Sets the font size of all components in found set.
|
ComponentSelector |
ComponentSelector.setFontSizePercent(double sizePercentage)
Sets the fonts size of all components in the found set as a percentage of the font
size of the components' respective parents.
|
ComponentSelector |
ComponentSelector.setGap(int gap)
Sets gap.
|
ComponentSelector |
ComponentSelector.setGrabsPointerEvents(boolean g)
|
ComponentSelector |
ComponentSelector.setHeight(int height)
Wrapper for
Component.setHeight(int) |
ComponentSelector |
ComponentSelector.setHidden(boolean b)
|
ComponentSelector |
ComponentSelector.setHidden(boolean b,
boolean changeMargin)
|
ComponentSelector |
ComponentSelector.setHideInPortait(boolean hide)
|
ComponentSelector |
ComponentSelector.setIcon(char materialIcon)
Sets the icon of all elements in this set to a material icon.
|
ComponentSelector |
ComponentSelector.setIcon(char materialIcon,
float size)
Sets the icon of all elements in this set to a material icon.
|
ComponentSelector |
ComponentSelector.setIcon(char materialIcon,
Style style,
float size)
Sets the icons of all elements in this set to a material icon.
|
ComponentSelector |
ComponentSelector.setIcon(Image icon)
Sets the icon for components in found set.
|
ComponentSelector |
ComponentSelector.setIconUIID(String uiid)
Sets the Icon UIID of elements in found set.
|
ComponentSelector |
ComponentSelector.setIgnorePointerEvents(boolean ignore) |
ComponentSelector |
ComponentSelector.setLabelForComponent(Label l)
|
ComponentSelector |
ComponentSelector.setLayout(Layout layout)
|
ComponentSelector |
ComponentSelector.setLeadComponent(Component lead)
|
ComponentSelector |
ComponentSelector.setLegacyRenderer(boolean b)
|
ComponentSelector |
ComponentSelector.setMargin(int margin)
Sets margin to all sides of found set components in pixels.
|
ComponentSelector |
ComponentSelector.setMargin(int topBottom,
int leftRight)
Sets margin on all components in found set.
|
ComponentSelector |
ComponentSelector.setMargin(int top,
int right,
int bottom,
int left)
Sets margin to all components in found set.
|
ComponentSelector |
ComponentSelector.setMarginMillimeters(float margin)
Sets margin to all components in found set.
|
ComponentSelector |
ComponentSelector.setMarginMillimeters(float topBottom,
float leftRight)
Sets margin in millimeters to all components in found set.
|
ComponentSelector |
ComponentSelector.setMarginMillimeters(float top,
float right,
float bottom,
float left)
Sets margin to all components in found set in millimeters.
|
ComponentSelector |
ComponentSelector.setMarginPercent(double margin)
Sets the margin on all components in found set as a percentage of their respective
parents' dimensions.
|
ComponentSelector |
ComponentSelector.setMarginPercent(double topBottom,
double leftRight)
Sets margin on all components in found set as a percentage of their respective parents' dimensions.
|
ComponentSelector |
ComponentSelector.setMarginPercent(double top,
double right,
double bottom,
double left)
Sets margin on all components in found set as a percentage of their respective parents' dimensions.
|
ComponentSelector |
ComponentSelector.setMask(Object mask)
|
ComponentSelector |
ComponentSelector.setMaskName(String name)
|
ComponentSelector |
ComponentSelector.setMaterialIcon(char icon,
float size)
Sets the material icon of all labels in the set.
|
ComponentSelector |
ComponentSelector.setName(String name)
|
ComponentSelector |
ComponentSelector.setOpacity(int opacity)
Wraps
Style.setOpacity(int) |
ComponentSelector |
ComponentSelector.setOverline(boolean b)
|
ComponentSelector |
ComponentSelector.setPadding(int padding)
Sets padding to all sides of found set components in pixels.
|
ComponentSelector |
ComponentSelector.setPadding(int topBottom,
int leftRight)
Sets padding on all components in found set.
|
ComponentSelector |
ComponentSelector.setPadding(int top,
int right,
int bottom,
int left)
Sets padding to all components in found set.
|
ComponentSelector |
ComponentSelector.setPaddingMillimeters(float padding)
Sets padding to all components in found set.
|
ComponentSelector |
ComponentSelector.setPaddingMillimeters(float topBottom,
float leftRight)
Sets padding in millimeters to all components in found set.
|
ComponentSelector |
ComponentSelector.setPaddingMillimeters(float top,
float right,
float bottom,
float left)
Sets padding to all components in found set in millimeters.
|
ComponentSelector |
ComponentSelector.setPaddingPercent(double padding)
Sets the padding on all components in found set as a percentage of their respective
parents' dimensions.
|
ComponentSelector |
ComponentSelector.setPaddingPercent(double topBottom,
double leftRight)
Sets padding on all components in found set as a percentage of their respective parents' dimensions.
|
ComponentSelector |
ComponentSelector.setPaddingPercent(double top,
double right,
double bottom,
double left)
Sets padding on all components in found set as a percentage of their respective parents' dimensions.
|
ComponentSelector |
ComponentSelector.setPreferredH(int h)
Wrapper for
Component.setPreferredH(int) |
ComponentSelector |
ComponentSelector.setPreferredSize(Dimension dim)
|
ComponentSelector |
ComponentSelector.setPreferredW(int w)
Wrapper for
Component.setPreferredW(int) |
ComponentSelector |
ComponentSelector.setPressedIcon(Image icon)
|
ComponentSelector |
ComponentSelector.setPressedStyle(Style style)
Sets pressed style of all components in found set.
|
ComponentSelector |
ComponentSelector.setPropertyValue(String key,
Object value)
|
ComponentSelector |
ComponentSelector.setRolloverIcon(Image icon)
|
ComponentSelector |
ComponentSelector.setRolloverPressedIcon(Image icon)
|
ComponentSelector |
ComponentSelector.setRTL(boolean rtl)
|
ComponentSelector |
ComponentSelector.setSameHeight()
|
ComponentSelector |
ComponentSelector.setSameWidth()
|
ComponentSelector |
ComponentSelector.setScrollableX(boolean b)
|
ComponentSelector |
ComponentSelector.setScrollableY(boolean b)
|
ComponentSelector |
ComponentSelector.setScrollAnimationSpeed(int speed)
|
ComponentSelector |
ComponentSelector.setScrollIncrement(int b)
|
ComponentSelector |
ComponentSelector.setScrollOpacityChangeSpeed(int scrollOpacityChangeSpeed)
|
ComponentSelector |
ComponentSelector.setScrollSize(Dimension size)
|
ComponentSelector |
ComponentSelector.setScrollVisible(boolean vis)
|
ComponentSelector |
ComponentSelector.setSelectCommandText(String text)
Sets select command text on all components in found set.
|
ComponentSelector |
ComponentSelector.setSelectedStyle(Style style)
Sets selected style of all components in found set.
|
ComponentSelector |
ComponentSelector.setShiftMillimeters(int b)
|
ComponentSelector |
ComponentSelector.setShiftText(int shift)
Sets shift text.
|
ComponentSelector |
ComponentSelector.setShouldCalcPreferredSize(boolean shouldCalcPreferredSize)
|
ComponentSelector |
ComponentSelector.setShouldLocalize(boolean b)
|
ComponentSelector |
ComponentSelector.setShowEvenIfBlank(boolean b)
|
ComponentSelector |
ComponentSelector.setSize(Dimension size)
|
ComponentSelector |
ComponentSelector.setSmoothScrolling(boolean smooth)
|
ComponentSelector |
ComponentSelector.setSnapToGrid(boolean s)
|
ComponentSelector |
ComponentSelector.setStrikeThru(boolean b)
|
ComponentSelector |
ComponentSelector.setTactileTouch(boolean t)
|
ComponentSelector |
ComponentSelector.setTensileLength(int len)
|
ComponentSelector |
ComponentSelector.setText(String text)
Sets the text on all components in found set that support this.
|
ComponentSelector |
ComponentSelector.setTextDecoration(int textDecoration)
|
ComponentSelector |
ComponentSelector.setTextPosition(int pos)
Sets text position of text.
|
ComponentSelector |
ComponentSelector.setTickerEnabled(boolean b)
|
ComponentSelector |
ComponentSelector.setUIID(String uiid)
Wrapper for
Component.setUIID(java.lang.String) |
ComponentSelector |
ComponentSelector.setUnderline(boolean b)
|
ComponentSelector |
ComponentSelector.setUnselectedStyle(Style style)
Sets unselected style of all components in found set.
|
ComponentSelector |
ComponentSelector.setVerticalAlignment(int valign)
Sets vertical alignment of text.
|
ComponentSelector |
ComponentSelector.setVisible(boolean visible)
Wrapper for
Component.setVisible(boolean) |
ComponentSelector |
ComponentSelector.setWidth(int width)
Wrapper for
Component.setWidth(int) |
ComponentSelector |
ComponentSelector.setX(int x)
Wrapper for
Component.setX(int) |
ComponentSelector |
ComponentSelector.setY(int y)
Wrapper for
Component.setY(int) |
ComponentSelector |
ComponentSelector.slideDown()
Display the matched elements with a sliding motion.
|
ComponentSelector |
ComponentSelector.slideDown(int duration)
Display the matched elements with a sliding motion.
|
ComponentSelector |
ComponentSelector.slideDown(int duration,
SuccessCallback<ComponentSelector> callback)
Display the matched elements with a sliding motion.
|
ComponentSelector |
ComponentSelector.slideDownAndWait(int duration)
Display the matched elements with a sliding motion.
|
ComponentSelector |
ComponentSelector.slideUp()
Hide the matched elements with a sliding motion.
|
ComponentSelector |
ComponentSelector.slideUp(int duration)
Hide the matched components with a sliding motion.
|
ComponentSelector |
ComponentSelector.slideUp(int duration,
SuccessCallback<ComponentSelector> callback)
Hide the matched elements with a sliding motion.
|
ComponentSelector |
ComponentSelector.slideUpAndWait(int duration)
Hide the matched elements with a sliding motion.
|
ComponentSelector |
ComponentSelector.startTicker(long delay,
boolean rightToLeft)
|
ComponentSelector |
ComponentSelector.stopTicker()
Wraps
Label.stopTicker() |
ComponentSelector |
ComponentSelector.stripMarginAndPadding()
Strips margin and padding from components in found set.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentSelector |
ComponentSelector.animateHierarchy(int duration,
SuccessCallback<ComponentSelector> callback)
|
ComponentSelector |
ComponentSelector.animateHierarchyFade(int duration,
int startingOpacity,
SuccessCallback<ComponentSelector> callback)
|
ComponentSelector |
ComponentSelector.animateLayout(int duration,
SuccessCallback<ComponentSelector> callback)
Wraps
Container.animateLayout(int). |
ComponentSelector |
ComponentSelector.animateLayoutFade(int duration,
int startingOpacity,
SuccessCallback<ComponentSelector> callback)
|
ComponentSelector |
ComponentSelector.animateStyle(Style destStyle,
int duration,
SuccessCallback<ComponentSelector> callback)
Animates this set of components, replacing any modified style properties of the
destination style to the components.
|
ComponentSelector |
ComponentSelector.animateUnlayout(int duration,
int opacity,
SuccessCallback<ComponentSelector> callback)
|
ComponentSelector |
ComponentSelector.fadeIn(int duration,
SuccessCallback<ComponentSelector> callback)
Fade in this set of components.
|
ComponentSelector |
ComponentSelector.fadeOut(int duration,
SuccessCallback<ComponentSelector> callback)
Fades out components in this set.
|
ComponentSelector |
ComponentSelector.slideDown(int duration,
SuccessCallback<ComponentSelector> callback)
Display the matched elements with a sliding motion.
|
ComponentSelector |
ComponentSelector.slideUp(int duration,
SuccessCallback<ComponentSelector> callback)
Hide the matched elements with a sliding motion.
|
Copyright © 2022. All rights reserved.