PercentData.Builder |
PercentData.Builder.span(int w,
int h) |
Initializes the number of columns and rows occupied by the component
association with the PercentData instance to be created.
|
PercentData.Builder |
PercentData.Builder.spanX(int w) |
Initializes the number of columns occupied by the component
associated with the PercentData instance to be created.
|
PercentData.Builder |
PercentData.Builder.spanY(int h) |
Initializes the number of rows occupied by the component associated
with the PercentData instance to be created.
|
PercentData.Builder |
PercentData.Builder.withColumnConstraints(CellConstraints cc) |
Sets a CellConstraints reference for the column for the
PercentData instance to be created.
|
PercentData.Builder |
PercentData.Builder.withRowConstraints(CellConstraints cc) |
Sets a CellConstraints reference for the row for the
PercentData instance to be created.
|
PercentData.Builder |
PercentData.Builder.withTargetColumn(int tc) |
Initializes the targetColumn property of the
PercentData instance to be created.
|
PercentData.Builder |
PercentData.Builder.withTargetRow(int tr) |
Initializes the targetRow property of the PercentData
instance to be created.
|
PercentData.Builder |
PercentData.Builder.xy(int x,
int y) |
Initializes the column and the row index of the PercentData
instance to be created.
|