|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.gen2.table.client.property.ColumnProperty
com.sage.swt.client.widget.table.property.PreferredWidthProperty
public class PreferredWidthProperty
A ColumnProperty
that provides the preferred width of a column.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.gen2.table.client.property.ColumnProperty |
---|
com.google.gwt.gen2.table.client.property.ColumnProperty.Type<P extends com.google.gwt.gen2.table.client.property.ColumnProperty> |
Field Summary | |
---|---|
static com.google.gwt.gen2.table.client.property.ColumnProperty.Type<PreferredWidthProperty> |
TYPE
Property type. |
Constructor Summary | |
---|---|
PreferredWidthProperty(int preferredWidth)
Construct a new PreferredWidthProperty . |
Method Summary | |
---|---|
int |
getPreferredColumnWidth()
Returns the preferred width of the column in pixels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final com.google.gwt.gen2.table.client.property.ColumnProperty.Type<PreferredWidthProperty> TYPE
Constructor Detail |
---|
public PreferredWidthProperty(int preferredWidth)
PreferredWidthProperty
.
preferredWidth
- the preferred column widthMethod Detail |
---|
public int getPreferredColumnWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |