Package | Description |
---|---|
org.gcube.portlets.user.templates.client.components | |
org.gcube.portlets.user.templates.client.model | |
org.gcube.portlets.user.templates.client.presenter |
Modifier and Type | Method and Description |
---|---|
ArrayList<TemplateComponent> |
ClientRepeatableSequence.getGroupedComponents() |
Modifier and Type | Method and Description |
---|---|
void |
ClientRepeatableSequence.add(TemplateComponent toAdd) |
void |
AttributeArea.setComponent(TemplateComponent toSet) |
Modifier and Type | Method and Description |
---|---|
void |
ClientRepeatableSequence.setGroupedComponents(ArrayList<TemplateComponent> groupedComponents) |
Constructor and Description |
---|
AttributeDialog(Presenter presenter,
TemplateComponent myComponent,
AttributeArea toEdit)
used for EDIT an attribute area
|
Modifier and Type | Method and Description |
---|---|
TemplateComponent |
TemplateComponent.getChild() |
TemplateComponent |
TemplateSection.getComponent(int index) |
TemplateComponent |
TemplateSection.removeComponent(com.google.gwt.user.client.ui.Widget toRemove)
remoce a component
|
TemplateComponent |
TemplateModel.removeComponentFromModel(com.google.gwt.user.client.ui.Widget toRemove) |
Modifier and Type | Method and Description |
---|---|
List<TemplateComponent> |
TemplateSection.getAllComponents() |
Vector<TemplateComponent> |
TemplateModel.getOthersPageTC(com.google.gwt.user.client.ui.Widget toCheck)
Returns the other page coomponents in the page except me
|
List<TemplateComponent> |
TemplateModel.getSectionComponent(int pageNo) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateSection.addComponent(TemplateComponent tc,
int index)
add a component
|
void |
TemplateModel.addComponentToModel(TemplateComponent tc,
int index) |
void |
TemplateComponent.setChild(TemplateComponent child) |
Constructor and Description |
---|
TemplateSection(List<TemplateComponent> components,
List<org.gcube.portlets.d4sreporting.common.shared.Metadata> metadata) |
Modifier and Type | Method and Description |
---|---|
TemplateComponent |
Presenter.addCommentArea(int width,
int height,
boolean isGrouped)
insert a new comment area in the UI and in the UI and model
|
TemplateComponent |
Presenter.addInstructionArea(int width,
int height,
boolean isGrouped)
insert a new instruction area in the UI and in the UI and model
|
TemplateComponent |
Presenter.addPageBreak()
called when add page break command is Clicked
|
TemplateComponent |
Presenter.checkIfDoubleColLayout(com.google.gwt.user.client.ui.Widget toRemove) |
TemplateComponent |
Presenter.createAttributArea(int width,
int height,
String name,
String[] values,
boolean useCheckBox,
boolean displayBlock,
boolean hideControls)
insert a new attribute area in the UI and in the UI and model
|
TemplateComponent |
Presenter.createDroppingArea(org.gcube.portlets.d4sreporting.common.shared.ComponentType type,
int width,
int height,
boolean hideControls)
Create the DroppingImage object
|
TemplateComponent |
Presenter.createStaticTextArea(org.gcube.portlets.d4sreporting.common.shared.ComponentType type,
int width,
int height,
boolean hideControls)
insert a new static area in the UI and in the model
|
TemplateComponent |
Presenter.createTable(org.gcube.portlets.d4sreporting.common.shared.ComponentType type,
int rows,
int cols,
boolean hideControls) |
TemplateComponent |
Presenter.getGroupInnerArea() |
Copyright © 2016. All Rights Reserved.