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 |
AttributeReadSize.getHeight()
This method gets the height of this object.
|
Length |
AttributeReadLengthProperty.getLength(LengthProperty property)
This method gets the
Length for the given LengthProperty of this object. |
Length |
AttributeReadMaximumSize.getMaximumHeight()
This method gets the maximum height of this object.
|
Length |
AttributeReadMaximumSize.getMaximumWidth()
This method gets the maximum width of this object.
|
Length |
AttributeReadMinimumSize.getMinimumHeight()
This method gets the minimum height of this object.
|
Length |
AttributeReadMinimumSize.getMinimumWidth()
This method gets the minimum width of this object.
|
Length |
AttributeReadSize.getWidth()
This method gets the width of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeWriteSize.setHeight(Length height)
This method sets the
height of this object. |
void |
AttributeWriteLengthProperty.setLength(LengthProperty property,
Length length)
This method sets the specified
length of this object. |
void |
AttributeWriteMaximumSize.setMaximumHeight(Length maxHeight)
This method sets the
maximum height of this object. |
void |
AttributeWriteMaximumSize.setMaximumSize(Length maxWidth,
Length maxHeight)
This method sets the size of this object.
|
void |
AttributeWriteMaximumSize.setMaximumWidth(Length maxWidth)
This method sets the
maximum width of this object. |
void |
AttributeWriteMinimumSize.setMinimumHeight(Length minHeight)
This method sets the
minimum height of this object. |
void |
AttributeWriteMinimumSize.setMinimumSize(Length minWidth,
Length minHeight)
This method sets the size of this object.
|
void |
AttributeWriteMinimumSize.setMinimumWidth(Length minWidth)
This method sets the
minimum width of this object. |
void |
AttributeWriteSize.setSize(Length width,
Length height)
This method sets the size of this object.
|
void |
AttributeWriteSize.setWidth(Length width)
This method sets the
width of this object. |
Modifier and Type | Field and Description |
---|---|
static Length |
Length.FULL
The full
Length as "100%". |
static Length |
Length.MAX
The maximum
Length . |
static Length |
Length.ZERO
The empty
Length . |
Modifier and Type | Method and Description |
---|---|
Length |
LengthProperty.getDefaultValue() |
Length |
AbstractSize.getHeight()
This method gets the height of this object.
|
Length |
AbstractSize.getMaximumHeight()
This method gets the maximum height of this object.
|
Length |
AbstractSize.getMaximumWidth()
This method gets the maximum width of this object.
|
Length |
AbstractSize.getMinimumHeight()
This method gets the minimum height of this object.
|
Length |
AbstractSize.getMinimumWidth()
This method gets the minimum width of this object.
|
Length |
AbstractSize.getWidth()
This method gets the width of this object.
|
Length |
LengthUnit.newLength(double amount)
|
static Length |
Length.valueOfPercent(double amount)
|
static Length |
Length.valueOfPixel(double amount)
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSize.setHeight(Length height)
This method sets the
height of this object. |
void |
AbstractSize.setMaximumHeight(Length maxHeight)
This method sets the
maximum height of this object. |
void |
AbstractSize.setMaximumSize(Length maxWidth,
Length maxHeight)
This method sets the size of this object.
|
void |
AbstractSize.setMaximumWidth(Length maxWidth)
This method sets the
maximum width of this object. |
void |
AbstractSize.setMinimumHeight(Length minHeight)
This method sets the
minimum height of this object. |
void |
AbstractSize.setMinimumSize(Length minWidth,
Length minHeight)
This method sets the size of this object.
|
void |
AbstractSize.setMinimumWidth(Length minWidth)
This method sets the
minimum width of this object. |
void |
AbstractSize.setSize(Length width,
Length height)
This method sets the size of this object.
|
void |
AbstractSize.setWidth(Length width)
This method sets the
width of this object. |
Modifier and Type | Field and Description |
---|---|
private Length[] |
AbstractUiWidgetNative.SizeImpl.lengthValues |
Modifier and Type | Method and Description |
---|---|
Length |
AbstractUiWidgetNative.SizeImpl.getLength(LengthProperty property)
This method gets the
Length for the given LengthProperty of this object. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetNative.SizeImpl.setLength(LengthProperty property,
Length value)
This method sets the specified
length of this object. |
Modifier and Type | Method and Description |
---|---|
private Length |
AbstractUiWidgetAbstractWindow.convertEmToPixel(Length length)
|
Modifier and Type | Method and Description |
---|---|
private Length |
AbstractUiWidgetAbstractWindow.convertEmToPixel(Length length)
|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
private int |
UiWidgetAdapterGwtMainWindow.convertLength(Length length)
Converts the width to pixels.
|
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. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterTest.setLength(LengthProperty property,
Length value)
This method sets the specified
length of this object. |
Copyright © 2001–2016 mmm-Team. All rights reserved.