|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WLength | |
|---|---|
| eu.webtoolkit.jwt | JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). |
| eu.webtoolkit.jwt.chart | JWt Chart package, this package contains all widgets and classes related to charts. |
| Uses of WLength in eu.webtoolkit.jwt |
|---|
| Fields in eu.webtoolkit.jwt declared as WLength | |
|---|---|
static WLength |
WLength.Auto
An 'auto' length. |
| Methods in eu.webtoolkit.jwt that return WLength | |
|---|---|
WLength |
WTreeTable.columnWidth(int column)
Returns the column width for the given column. |
WLength |
WAbstractItemView.getColumnWidth(int column)
Returns the column width. |
WLength |
WBorder.getExplicitWidth()
Returns the border width when set explicitly. |
WLength |
WFont.getFixedSize()
Deprecated. This method has been renamed to getSizeLength() |
WLength |
WAbstractItemView.getHeaderHeight()
Returns the header height. |
WLength |
WCanvasPaintDevice.getHeight()
|
WLength |
WCompositeWidget.getHeight()
|
WLength |
WPaintDevice.getHeight()
Returns the device height. |
WLength |
WRasterPaintDevice.getHeight()
|
WLength |
WSvgImage.getHeight()
|
WLength |
WTableRow.getHeight()
Returns the row height. |
WLength |
WVmlImage.getHeight()
|
WLength |
WWebWidget.getHeight()
|
abstract WLength |
WWidget.getHeight()
Returns the height. |
WLength |
WCompositeWidget.getLineHeight()
|
WLength |
WWebWidget.getLineHeight()
|
abstract WLength |
WWidget.getLineHeight()
Returns the CSS line height for contained text. |
WLength |
WCompositeWidget.getMargin(Side side)
|
WLength |
WWebWidget.getMargin(Side side)
|
abstract WLength |
WWidget.getMargin(Side side)
Returns a CSS margin set. |
WLength |
WCompositeWidget.getMaximumHeight()
|
WLength |
WWebWidget.getMaximumHeight()
|
abstract WLength |
WWidget.getMaximumHeight()
Returns the maximum height. |
WLength |
WCompositeWidget.getMaximumWidth()
|
WLength |
WWebWidget.getMaximumWidth()
|
abstract WLength |
WWidget.getMaximumWidth()
Returns the maximum width. |
WLength |
WCompositeWidget.getMinimumHeight()
|
WLength |
WWebWidget.getMinimumHeight()
|
abstract WLength |
WWidget.getMinimumHeight()
Returns the minimum height. |
WLength |
WCompositeWidget.getMinimumWidth()
|
WLength |
WWebWidget.getMinimumWidth()
|
abstract WLength |
WWidget.getMinimumWidth()
Returns the minimum width. |
WLength |
WCompositeWidget.getOffset(Side s)
|
WLength |
WWebWidget.getOffset(Side s)
|
abstract WLength |
WWidget.getOffset(Side side)
Returns a CSS offset. |
WLength |
WContainerWidget.getPadding(Side side)
Returns the padding set for the widget. |
WLength |
WText.getPadding(Side side)
Returns the padding set for the widget. |
WLength |
WAbstractItemView.getRowHeight()
Returns the row height. |
WLength |
WFont.getSizeLength()
Returns the font size as a numerical value. |
WLength |
WFont.getSizeLength(double mediumSize)
Returns the font size as a numerical value. |
WLength |
WCompositeWidget.getVerticalAlignmentLength()
|
WLength |
WWebWidget.getVerticalAlignmentLength()
|
abstract WLength |
WWidget.getVerticalAlignmentLength()
Returns the fixed vertical alignment that was set. |
WLength |
WCanvasPaintDevice.getWidth()
|
WLength |
WCompositeWidget.getWidth()
|
WLength |
WPaintDevice.getWidth()
Returns the device width. |
WLength |
WPen.getWidth()
Returns the pen width. |
WLength |
WRasterPaintDevice.getWidth()
|
WLength |
WSvgImage.getWidth()
|
WLength |
WTableColumn.getWidth()
Returns the column width. |
WLength |
WVmlImage.getWidth()
|
WLength |
WWebWidget.getWidth()
|
abstract WLength |
WWidget.getWidth()
Returns the width. |
| Methods in eu.webtoolkit.jwt that return types with arguments of type WLength | |
|---|---|
Signal2<java.lang.Integer,WLength> |
WAbstractItemView.columnResized()
Returns the signal emitted when a column is resized by the user. |
| Methods in eu.webtoolkit.jwt with parameters of type WLength | |
|---|---|
void |
WTreeTable.addColumn(java.lang.CharSequence header,
WLength width)
Adds an extra column. |
void |
WBoxLayout.addSpacing(WLength size)
Adds extra spacing. |
boolean |
WLength.equals(WLength other)
Indicates whether some other object is "equal to" this one. |
void |
WBoxLayout.insertSpacing(int index,
WLength size)
Inserts extra spacing in the layout. |
void |
WCompositeWidget.resize(WLength width,
WLength height)
|
void |
WFlashObject.resize(WLength width,
WLength height)
|
void |
WPaintedWidget.resize(WLength width,
WLength height)
|
void |
WProgressBar.resize(WLength width,
WLength height)
|
void |
WSlider.resize(WLength width,
WLength height)
|
void |
WTableView.resize(WLength width,
WLength height)
|
void |
WTextEdit.resize(WLength width,
WLength height)
|
void |
WTreeView.resize(WLength width,
WLength height)
|
void |
WVideo.resize(WLength width,
WLength height)
|
void |
WWebWidget.resize(WLength width,
WLength height)
|
void |
WWidget.resize(WLength width,
WLength height)
Resizes the widget. |
abstract void |
WAbstractItemView.setColumnWidth(int column,
WLength width)
Sets the column width. |
void |
WTableView.setColumnWidth(int column,
WLength width)
|
void |
WTreeView.setColumnWidth(int column,
WLength width)
Sets the column width. |
void |
WAbstractItemView.setHeaderHeight(WLength height)
Sets the header height. |
void |
WTableView.setHeaderHeight(WLength height)
|
void |
WTreeView.setHeaderHeight(WLength height)
|
void |
WAbstractItemView.setHeaderHeight(WLength height,
boolean multiLine)
Deprecated. use setHeaderHeight(),
setHeaderAlignment() and
setHeaderWordWrap() instead. |
void |
WTableRow.setHeight(WLength height)
Sets the row height. |
void |
WWidget.setHeight(WLength height)
Sets the height. |
void |
WCompositeWidget.setLineHeight(WLength height)
|
void |
WWebWidget.setLineHeight(WLength height)
|
abstract void |
WWidget.setLineHeight(WLength height)
Sets the CSS line height for contained text. |
void |
WWidget.setMargin(WLength margin)
Sets CSS margins around the widget. |
void |
WCompositeWidget.setMargin(WLength margin,
java.util.EnumSet<Side> sides)
|
void |
WWebWidget.setMargin(WLength margin,
java.util.EnumSet<Side> sides)
|
abstract void |
WWidget.setMargin(WLength margin,
java.util.EnumSet<Side> sides)
Sets CSS margins around the widget. |
void |
WWidget.setMargin(WLength margin,
Side side,
Side... sides)
Sets CSS margins around the widget. |
void |
WCompositeWidget.setMaximumSize(WLength width,
WLength height)
|
void |
WPopupMenu.setMaximumSize(WLength width,
WLength height)
|
void |
WSuggestionPopup.setMaximumSize(WLength width,
WLength height)
|
void |
WWebWidget.setMaximumSize(WLength width,
WLength height)
|
abstract void |
WWidget.setMaximumSize(WLength width,
WLength height)
Sets a maximum size. |
void |
WCompositeWidget.setMinimumSize(WLength width,
WLength height)
|
void |
WPopupMenu.setMinimumSize(WLength width,
WLength height)
|
void |
WSuggestionPopup.setMinimumSize(WLength width,
WLength height)
|
void |
WWebWidget.setMinimumSize(WLength width,
WLength height)
|
abstract void |
WWidget.setMinimumSize(WLength width,
WLength height)
Sets a minimum size. |
void |
WWidget.setOffsets(WLength offset)
Sets CSS offsets for a non-statically positioned widget. |
void |
WCompositeWidget.setOffsets(WLength offset,
java.util.EnumSet<Side> sides)
|
void |
WWebWidget.setOffsets(WLength offset,
java.util.EnumSet<Side> sides)
|
abstract void |
WWidget.setOffsets(WLength offset,
java.util.EnumSet<Side> sides)
Sets CSS offsets for a non-statically positioned widget. |
void |
WWidget.setOffsets(WLength offset,
Side side,
Side... sides)
Sets CSS offsets for a non-statically positioned widget. |
void |
WContainerWidget.setPadding(WLength length)
Sets padding inside the widget. |
void |
WText.setPadding(WLength length)
Sets padding inside the widget. |
void |
WContainerWidget.setPadding(WLength length,
java.util.EnumSet<Side> sides)
Sets padding inside the widget. |
void |
WText.setPadding(WLength length,
java.util.EnumSet<Side> sides)
Sets padding inside the widget. |
void |
WContainerWidget.setPadding(WLength length,
Side side,
Side... sides)
Sets padding inside the widget. |
void |
WText.setPadding(WLength length,
Side side,
Side... sides)
Sets padding inside the widget. |
void |
WAbstractItemView.setRowHeight(WLength rowHeight)
Sets the row height. |
void |
WTableView.setRowHeight(WLength rowHeight)
|
void |
WTreeView.setRowHeight(WLength rowHeight)
|
void |
WFont.setSize(WFont.Size size,
WLength length)
Sets the font size (deprecated). |
void |
WFont.setSize(WLength size)
Sets the font size. |
void |
WCompositeWidget.setVerticalAlignment(AlignmentFlag alignment,
WLength length)
|
void |
WWebWidget.setVerticalAlignment(AlignmentFlag alignment,
WLength length)
|
abstract void |
WWidget.setVerticalAlignment(AlignmentFlag alignment,
WLength length)
Sets the vertical alignment. |
void |
WBorder.setWidth(WBorder.Width width,
WLength explicitWidth)
Sets the border width. |
void |
WPen.setWidth(WLength width)
Sets the pen width. |
void |
WTableColumn.setWidth(WLength width)
Sets the column width. |
void |
WWidget.setWidth(WLength width)
Sets the width. |
| Constructors in eu.webtoolkit.jwt with parameters of type WLength | |
|---|---|
WBorder(WBorder.Style style,
WLength width)
Creates a border with an absolute width. |
|
WBorder(WBorder.Style style,
WLength width,
WColor color)
Creates a border with an absolute width. |
|
WCanvasPaintDevice(WLength width,
WLength height)
Create a canvas paint device. |
|
WCanvasPaintDevice(WLength width,
WLength height,
WObject parent)
Create a canvas paint device. |
|
WCanvasPaintDevice(WLength width,
WLength height,
WObject parent,
boolean paintUpdate)
Create a canvas paint device. |
|
WRasterPaintDevice(java.lang.String format,
WLength width,
WLength height)
|
|
WSvgImage(WLength width,
WLength height)
Create an SVG paint device. |
|
WSvgImage(WLength width,
WLength height,
WObject parent)
Create an SVG paint device. |
|
WSvgImage(WLength width,
WLength height,
WObject parent,
boolean paintUpdate)
Create an SVG paint device. |
|
WVmlImage(WLength width,
WLength height,
boolean paintUpdate)
Create a VML paint device. |
|
| Uses of WLength in eu.webtoolkit.jwt.chart |
|---|
| Methods in eu.webtoolkit.jwt.chart that return WLength | |
|---|---|
WLength |
WCartesianChart.getLegendColumnWidth()
Returns the legend column width. |
| Methods in eu.webtoolkit.jwt.chart with parameters of type WLength | |
|---|---|
void |
WCartesianChart.setLegendColumns(int columns,
WLength columnWidth)
Configures multiple legend columns. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||