|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
org.gcube.application.reporting | |
org.gcube.application.reporting.component | |
org.gcube.application.reporting.sequence |
Uses of Property in org.gcube.application.reporting |
---|
Methods in org.gcube.application.reporting with parameters of type Property | |
---|---|
boolean |
Sequentiable.addAttributeComponent(String attrName,
ArrayList<Box> values,
boolean allowMultiselection,
Property... properties)
Add a attribute component to the model instance, allow to specify if is editable or not |
boolean |
ReportsModeler.addAttributeComponent(String attrName,
ArrayList<Box> values,
boolean allowMultiselection,
Property... properties)
|
boolean |
Sequentiable.addTextInput(Property... properties)
add an empty fillable text input |
boolean |
ReportsModeler.addTextInput(Property... properties)
add an empty fillable text input |
boolean |
Sequentiable.addTextInput(String content,
boolean isReadOnly,
Property... properties)
add text input |
boolean |
ReportsModeler.addTextInput(String content,
boolean isReadOnly,
Property... properties)
add text input |
boolean |
Sequentiable.addTextInput(String content,
Property... properties)
add a text input with some pre entered text |
boolean |
ReportsModeler.addTextInput(String content,
Property... properties)
add a text input with some pre entered text |
Uses of Property in org.gcube.application.reporting.component |
---|
Methods in org.gcube.application.reporting.component that return types with arguments of type Property | |
---|---|
List<Property> |
ReportComponent.getProperties()
|
List<Property> |
AbstractComponent.getProperties()
|
Method parameters in org.gcube.application.reporting.component with type arguments of type Property | |
---|---|
void |
ReportComponent.setProperties(List<Property> props)
|
void |
AbstractComponent.setProperties(List<Property> properties)
|
Uses of Property in org.gcube.application.reporting.sequence |
---|
Methods in org.gcube.application.reporting.sequence with parameters of type Property | |
---|---|
boolean |
ReportSequence.addAttributeComponent(String attrName,
ArrayList<Box> values,
boolean allowMultiselection,
Property... properties)
|
boolean |
ReportSequence.addTextInput(Property... properties)
|
boolean |
ReportSequence.addTextInput(String content,
boolean isReadOnly,
Property... properties)
|
boolean |
ReportSequence.addTextInput(String content,
Property... properties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |