|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Modeler
Method Summary | |
---|---|
boolean |
addInstruction(String content)
add an instruction |
boolean |
addMedia()
add the possibility to enter text, table or images in the report |
boolean |
addSequence(String identifier,
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, addHeading, addHeading, addHeading, addReference, addTextInput, addTextInput, addTextInput |
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 addInstruction(String content)
content
- the content you want to show in the instruction
boolean addSequence(String identifier, 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 |