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
|
children
fc, 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
Submit s (or
SubdialogTrigger s). |
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, isValid
correspondsTo, getComponent, getLabelModel, getPositionInGroup, getRenderer, isInDialog, isInIOGroup, isInMainMenu, isInMessage, isInStandardGroup, isInSubDialog, isInSubmitGroup, isInTable, needsLabel, needsPostNewLine, needsPreNewLine
protected 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()
GroupModel
update
in class GroupModel
public boolean containsSubmits()
Submit
s (or
SubdialogTrigger
s).Submit
(or subclass of) as child.Copyright © 2018 universAAL Consortium. All rights reserved.