
public abstract class RepeatModel extends GroupModel
| Modifier and Type | Field and Description |
|---|---|
protected RepeatModelGrid |
grid
Place holder for grids
|
protected RepeatModelTable |
table
Place holder for tables
|
childrenfc, FORM_CONTROL_IN_TABLE, jc, label, needsLabel, needsPostNewLine, needsPreNewLine| Constructor and Description |
|---|
RepeatModel(Repeat control,
Renderer render)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSubmits()
Tells whether this repeat has or not
Submits (or
SubdialogTriggers). |
protected Class |
getChildrenType()
get the java
Class of the children. |
protected boolean |
isATable()
check if the
Repeat FormControl models a table. |
void |
update()
Overriding update from
GroupModel |
addComponentTo, containsOnlySubGroups, findChildModeFor, getComponentFrom, getNewComponent, getNewLineCompoent, isTheIOGroup, isTheMainGroup, isTheSubmitGroup, isValidcorrespondsTo, getComponent, getLabelModel, getPositionInGroup, getRenderer, isInDialog, isInIOGroup, isInMainMenu, isInMessage, isInStandardGroup, isInSubDialog, isInSubmitGroup, isInTable, needsLabel, needsPostNewLine, needsPreNewLineprotected RepeatModelTable table
protected RepeatModelGrid grid
protected Class getChildrenType()
Class of the children.Class of the 1st child.protected boolean isATable()
Repeat FormControl models a table.true is it does model a table. false
otherwise.public void update()
GroupModelupdate in class GroupModelpublic boolean containsSubmits()
Submits (or
SubdialogTriggers).Submit (or subclass of) as child.Copyright © 2018 universAAL Consortium. All rights reserved.