| Package | Description |
|---|---|
| com.codename1.ui.layouts |
Layout managers allow a
Container to
arrange its components by a set of rules that adapt to specific
densities (ppi - pixels per inch). |
| com.codename1.ui.table |
Table component for editing and viewing tabular data and arranging Codename One components in a tabular form
|
| Modifier and Type | Method and Description |
|---|---|
TableLayout.Constraint |
TextModeLayout.cc()
Creates a new Constraint instance to add to the layout
|
TableLayout.Constraint |
TextModeLayout.cc(int row,
int column)
Creates a new Constraint instance to add to the layout
|
TableLayout.Constraint |
TextModeLayout.createConstraint()
Creates a new Constraint instance to add to the layout
|
TableLayout.Constraint |
TextModeLayout.createConstraint(int row,
int column)
Creates a new Constraint instance to add to the layout
|
| Modifier and Type | Method and Description |
|---|---|
TableLayout.Constraint |
TableLayout.cc()
Creates a new Constraint instance to add to the layout, same as
createConstraint only shorter syntax |
TableLayout.Constraint |
TableLayout.cc(int row,
int column)
Creates a new Constraint instance to add to the layout, same as
createConstraint only shorter syntax |
protected TableLayout.Constraint |
Table.createCellConstraint(Object value,
int row,
int column)
Creates the table cell constraint for the given cell, this method can be overriden for
the purposes of modifying the table constraints.
|
TableLayout.Constraint |
TableLayout.createConstraint()
Creates a new Constraint instance to add to the layout
|
TableLayout.Constraint |
TableLayout.createConstraint(int row,
int column)
Creates a new Constraint instance to add to the layout
|
TableLayout.Constraint |
TableLayout.Constraint.ha(int align)
Sets the horizontal alignment of the table cell
|
TableLayout.Constraint |
TableLayout.Constraint.heightPercentage(int height)
Sets the row height based on percentage of the parent
|
TableLayout.Constraint |
TableLayout.Constraint.horizontalAlign(int align)
Sets the horizontal alignment of the table cell
|
TableLayout.Constraint |
TableLayout.Constraint.horizontalSpan(int span)
Sets the cells to span horizontally, this number must never be smaller than 1
|
TableLayout.Constraint |
TableLayout.Constraint.hp(int height)
Sets the row height based on percentage of the parent
|
TableLayout.Constraint |
TableLayout.Constraint.hs(int span)
Sets the cells to span horizontally, this number must never be smaller than 1
|
TableLayout.Constraint |
TableLayout.Constraint.va(int valign)
Sets the vertical alignment of the table cell
|
TableLayout.Constraint |
TableLayout.Constraint.verticalAlign(int valign)
Sets the vertical alignment of the table cell
|
TableLayout.Constraint |
TableLayout.Constraint.verticalSpan(int span)
Sets the cells to span vertically, this number must never be smaller than 1
|
TableLayout.Constraint |
TableLayout.Constraint.vs(int span)
Sets the cells to span vertically, this number must never be smaller than 1
|
TableLayout.Constraint |
TableLayout.Constraint.widthPercentage(int width)
Sets the column width based on percentage of the parent
|
TableLayout.Constraint |
TableLayout.Constraint.wp(int width)
Sets the column width based on percentage of the parent
|
Copyright © 2023. All rights reserved.