Modifier and Type | Method and Description |
---|---|
W |
Widget.add(Widget<? extends Element<?>,?> widget) |
W |
Widget.addClassName(String cssClassName) |
default W |
IsFocusable.focus()
WARNING: On IOS, only work when a touch/click/event is fired.
|
void |
FocusableWidget.focusNext() |
void |
FocusableWidget.focusPrevious() |
W |
Widget.removeClassName(String cssClassName) |
W |
Widget.removeStyleName(String cssClassName)
Alias for removeClass
|
W |
Widget.setClassName(String cssClassName) |
TextButton |
TextButton.setEnabled(boolean enabled) |
W |
Widget.setScrollLeft(int scrollLeft) |
W |
Widget.setScrollTop(int scrollTop) |
Modifier and Type | Method and Description |
---|---|
void |
HTMLElement.blur() |
void |
HTMLElement.focus() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWindow.doBlur() |
protected void |
AbstractWindow.doFocus() |
Dock.IconWrapper |
Dock.IconWrapper.setActive(boolean active) |
W |
AbstractWindow.setBounds(double x,
double y,
double width,
double height) |
W |
AbstractWindow.setLeft(int x) |
W |
AbstractWindow.setPosition(int x,
int y) |
W |
AbstractWindow.setTitle(String title) |
W |
AbstractWindow.setTop(int y) |
Modifier and Type | Method and Description |
---|---|
W |
AbstractTextField.setAutocapitalize(Autocapitalize autocapitalize) |
W |
AbstractComboBox.setAutocapitalize(Autocapitalize autocapitalize) |
W |
AbstractTextField.setAutocorrect(Autocorrect autocorrect) |
W |
AbstractTextField.setAutofill(Autofill autofill) |
AbstractComboBox<W,V> |
AbstractComboBox.setAutofill(Autofill autofill) |
DateField |
DateField.setAutofill(Autofill autofill) |
Radio |
Radio.setChecked(boolean checked) |
FormPanel |
FormPanel.setMaxScrollHeight(Calc maxHeight) |
FormPanel |
FormPanel.setMaxScrollHeight(double maxHeight) |
FormPanel |
FormPanel.setMaxScrollHeight(double maxHeight,
Unit unit) |
FormPanel |
FormPanel.setMinScrollHeight(Calc minHeight) |
FormPanel |
FormPanel.setMinScrollHeight(double minHeight) |
FormPanel |
FormPanel.setMinScrollHeight(double minHeight,
Unit unit) |
FormPanel |
FormPanel.setScrollHeight(Calc height) |
FormPanel |
FormPanel.setScrollHeight(double height) |
FormPanel |
FormPanel.setScrollHeight(double height,
Unit unit) |
Modifier and Type | Method and Description |
---|---|
W |
AbstractHeader.setTitle(String title) |
Modifier and Type | Method and Description |
---|---|
CssClassHeaderIcon |
CssClassHeaderIcon.setIcon(String iconClass) |
CssClassHeaderIcon |
CssClassHeaderIcon.setPressecClass(String pressedClass) |
Modifier and Type | Method and Description |
---|---|
BorderLayoutConfiguration |
BorderLayoutConfiguration.setHorizontalMargin(int horizontalMargin) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setHorizontalMargin(int horizontalMargin,
Unit horizontalMarginUnit) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setMargin(int margin) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setMargin(int verticalMargin,
int horizontalMargin) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setMargin(int topMargin,
int horizontalMargin,
int bottomMargin) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setMargin(int topMargin,
int rightMargin,
int bottomMargin,
int leftMargin) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setMargin(int margin,
Unit unit) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setMargin(int verticalMargin,
Unit verticalMarginUnit,
int horizontalMargin,
Unit horizontalMarginUnit) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setMargin(int topMargin,
Unit topMarginUnit,
int horizontalMargin,
Unit horizontalMarginUnit,
int bottomMargin,
Unit bottomMarginUnit) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setMargin(int topMargin,
Unit topMarginUnit,
int rightMargin,
Unit rightMarginUnit,
int bottomMargin,
Unit bottomMarginUnit,
int leftMargin,
Unit leftMarginUnit) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setVerticalMargin(int verticalMargin) |
BorderLayoutConfiguration |
BorderLayoutConfiguration.setVerticalMargin(int verticalMargin,
Unit verticalMarginUnit) |
Modifier and Type | Method and Description |
---|---|
ScrollablePanel |
ScrollablePanel.add(Widget<? extends Element<?>,?> widget) |
ScrollablePanel |
ScrollablePanel.remove(Widget<?,?> widget) |
ScrollablePanel |
ScrollablePanel.setContentWidth(double width,
Unit unit) |
Modifier and Type | Method and Description |
---|---|
protected void |
Menu.updateBoundingBoxMutation(double left,
double top,
double width,
double height,
double screenWidth,
double screenHeight) |
Modifier and Type | Method and Description |
---|---|
W |
AbstractUse.setHeight(double height) |
W |
AbstractUse.setHeight(double height,
Unit unit) |
void |
AbstractUse.setReferenceable(T referenceable) |
W |
AbstractUse.setWidth(double width) |
W |
AbstractUse.setWidth(double width,
Unit unit) |
W |
AbstractUse.setWidth(String width) |
void |
AbstractUse.setX(double x) |
void |
AbstractUse.setX(Object x) |
void |
AbstractUse.setX(String x) |
void |
AbstractUse.setXY(double x,
double y) |
void |
AbstractUse.setY(double y) |
void |
AbstractUse.setY(Object y) |
void |
AbstractUse.setY(String y) |
Modifier and Type | Method and Description |
---|---|
void |
BodyTable.addEmptyRows(int count) |
void |
Table.doFilter() |
void |
Table.multiSort(TableColumn<E,?>... cols) |
void |
Table.remove(E entity) |
void |
BodyTable.removeRow(DataRow<E> row) |
void |
DataRow.setData(E data) |
void |
Table.sort(TableColumn<E,?> column) |
void |
Table.sort(TableColumn<E,?> column,
SortDirection direction) |
protected void |
DataRow.update() |
void |
Table.update(E entity) |
boolean |
Table.updateColumns(List<TableColumn<E,?>> updateList) |
Modifier and Type | Method and Description |
---|---|
Terminal |
Terminal.clear() |
Terminal |
Terminal.print(String text) |
Terminal |
Terminal.println() |
Terminal |
Terminal.println(String text) |
Copyright © 2018 Xalys. All rights reserved.