|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.gcube.portlets.user.reportgenerator.client.targets.ClientRepeatableSequence
public class ClientRepeatableSequence
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary | |
---|---|
protected ArrayList<TemplateComponent> |
groupedComponents
|
protected org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence |
originalSequence
|
protected org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence |
repSequence
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
ClientRepeatableSequence(Presenter p,
org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence sRS)
constructor used by the system when reading the model |
Method Summary | |
---|---|
boolean |
add(String id,
org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence sequence,
boolean isSingleRelation)
|
void |
add(TemplateComponent toAdd)
|
protected void |
addAnother(org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence sRS)
|
void |
AddButtonClicked(org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence sequence)
|
protected void |
addNew(org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence sRS)
|
ArrayList<TemplateComponent> |
getGroupedComponents()
|
String |
getIdentifier()
|
SequenceWidget |
remove(SequenceWidget toRemove)
|
protected void |
removeSeqWidget(SequenceWidget toRemove)
remove the widget and its components |
void |
setGroupedComponents(ArrayList<TemplateComponent> groupedComponents)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ArrayList<TemplateComponent> groupedComponents
protected org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence repSequence
protected org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence originalSequence
Constructor Detail |
---|
public ClientRepeatableSequence(Presenter p, org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence sRS)
sRS
- the sequence to repeatMethod Detail |
---|
public void add(TemplateComponent toAdd)
protected void addAnother(org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence sRS)
protected void addNew(org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence sRS)
protected void removeSeqWidget(SequenceWidget toRemove)
toRemove
- public ArrayList<TemplateComponent> getGroupedComponents()
getGroupedComponents
in interface ClientSequence
public void setGroupedComponents(ArrayList<TemplateComponent> groupedComponents)
public boolean add(String id, org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence sequence, boolean isSingleRelation)
add
in interface ClientSequence
public SequenceWidget remove(SequenceWidget toRemove)
remove
in interface ClientSequence
public void AddButtonClicked(org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence sequence)
AddButtonClicked
in interface ClientSequence
public String getIdentifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |