|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Modeler
Field Summary | |
---|---|
static int |
TEMPLATE_HEIGHT
|
static int |
TEMPLATE_WIDTH
|
Method Summary | |
---|---|
boolean |
addMedia()
add the possibility to enter text, table or images in the report |
boolean |
addSequence(ReportSequence seq)
add a sequence |
boolean |
addTitle()
add an empty fillable title |
boolean |
addTitle(String content,
boolean isReadonly)
|
int |
nextSection()
add a section, every add will point to this new section |
Methods inherited from interface org.gcube.application.reporting.Sequentiable |
---|
addAttributeComponent, addAttributeComponent, addHeading, addHeading, addHeading, addInstruction, addReference, addTextInput, addTextInput, addTextInput |
Field Detail |
---|
static final int TEMPLATE_WIDTH
static final int TEMPLATE_HEIGHT
Method Detail |
---|
boolean addTitle()
boolean addTitle(String content, boolean isReadonly)
content
- the content you want to show in the titleisReadonly
- tells wether the user can edit the content ot not
boolean addSequence(ReportSequence seq)
identifier
- and identifier for this sequenceref
- @see Sequentiable
ReportSequence
boolean addMedia()
int nextSection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |