Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.common |
Contains the common API of the client UI.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.window |
Contains the base implementation for window widgets.
|
net.sf.mmm.client.ui.gwt.widgets |
Contains the implementation of various GWT widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.adapter |
Contains the implementation for widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.window.adapter |
Contains the implementation for window widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.adapter |
Contains the test implementation of widget adapters.
|
Modifier and Type | Method and Description |
---|---|
Length |
AttributeReadLengthProperty.getLength(LengthProperty property)
This method gets the
Length for the given LengthProperty of this object. |
void |
AttributeWriteLengthProperty.setLength(LengthProperty property,
Length length)
This method sets the specified
length of this object. |
Modifier and Type | Method and Description |
---|---|
static LengthProperty |
LengthProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LengthProperty[] |
LengthProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
Length.convertToPixel(double basePixelLength,
LengthProperty property)
|
Modifier and Type | Field and Description |
---|---|
private static LengthProperty[] |
AbstractUiWidgetNative.LENGTH_PROPERTIES
The number of
LengthProperty values . |
Modifier and Type | Method and Description |
---|---|
Length |
AbstractUiWidgetNative.SizeImpl.getLength(LengthProperty property)
This method gets the
Length for the given LengthProperty of this object. |
void |
AbstractUiWidgetNative.SizeImpl.setLength(LengthProperty property,
Length value)
This method sets the specified
length of this object. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetAbstractWindow.SizeWindowImpl.setLength(LengthProperty property,
Length value)
This method sets the specified
length of this object. |
Modifier and Type | Method and Description |
---|---|
Length |
PopupWindow.getLength(LengthProperty property)
This method gets the
Length for the given LengthProperty of this object. |
Modifier and Type | Method and Description |
---|---|
Length |
UiWidgetAdapterGwt.getLength(LengthProperty property)
This method gets the
Length for the given LengthProperty of this object. |
void |
UiWidgetAdapterGwt.setLength(LengthProperty property,
Length length)
This method sets the specified
length of this object. |
Modifier and Type | Method and Description |
---|---|
Length |
UiWidgetAdapterGwtTree.TreeNodeAdapter.SizeImpl.getLength(LengthProperty property)
This method gets the
Length for the given LengthProperty of this object. |
Length |
UiWidgetAdapterGwtTableColumn.getLength(LengthProperty property)
This method gets the
Length for the given LengthProperty of this object. |
void |
UiWidgetAdapterGwtTree.TreeNodeAdapter.SizeImpl.setLength(LengthProperty property,
Length length)
This method sets the specified
length of this object. |
void |
UiWidgetAdapterGwtTableColumn.setLength(LengthProperty property,
Length length)
This method sets the specified
length of this object. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtMainWindow.setLength(LengthProperty property,
Length value)
This method sets the specified
length of this object. |
void |
UiWidgetAdapterGwtAbstractDialogWindow.setLength(LengthProperty property,
Length length)
This method sets the specified
length of this object. |
Modifier and Type | Method and Description |
---|---|
Length |
UiWidgetAdapterTest.getLength(LengthProperty property)
This method gets the
Length for the given LengthProperty of this object. |
void |
UiWidgetAdapterTest.setLength(LengthProperty property,
Length value)
This method sets the specified
length of this object. |
Copyright © 2001–2016 mmm-Team. All rights reserved.