private class AbstractUiWidgetAbstractWindow.SizeWindowImpl extends AbstractUiWidgetNative.SizeImpl
AbstractUiWidgetNative.SizeImpl
with window specific
size logic.Modifier | Constructor and Description |
---|---|
private |
SizeWindowImpl() |
Modifier and Type | Method and Description |
---|---|
void |
setLength(LengthProperty property,
Length value)
This method sets the specified
length of this object. |
getHeightInPixel, getLength, getWidthInPixel
getHeight, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getWidth, setHeight, setHeightInPercent, setHeightInPixel, setMaximumHeight, setMaximumSize, setMaximumWidth, setMinimumHeight, setMinimumSize, setMinimumWidth, setSize, setSize, setWidth, setWidthInPercent, setWidthInPixel
public void setLength(LengthProperty property, Length value)
length
of this object. setLength
(LengthProperty.WIDTH
, value)
will return the same result as setWidth
(value)
.setLength
in interface AttributeWriteLengthProperty
setLength
in class AbstractUiWidgetNative.SizeImpl
property
- is the LengthProperty
identifying the actual property to set.value
- is the new length
to set.Copyright © 2001–2016 mmm-Team. All rights reserved.