| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeWriteSizeAdvanced.setSize(double width,
double height,
LengthUnit unit)
This method sets the size of this object.
|
| Modifier and Type | Field and Description |
|---|---|
private LengthUnit |
Length.unit |
| Modifier and Type | Method and Description |
|---|---|
LengthUnit |
Length.getUnit()
|
static LengthUnit |
LengthUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LengthUnit[] |
LengthUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSize.setSize(double width,
double height,
LengthUnit unit)
This method sets the size of this object.
|
| Constructor and Description |
|---|
Length(double value,
LengthUnit unit)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.