|
||||||||||
| 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.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.google.gwt.user.client.ui.CellPanel
com.google.gwt.user.client.ui.HorizontalPanel
org.eaglei.datatools.client.ui.MainPanel
public class MainPanel
| 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 |
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment |
|---|
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant |
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment |
|---|
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant |
| Field Summary | |
|---|---|
static com.google.gwt.user.client.ui.VerticalPanel |
dataPanel
|
static java.lang.String |
DATATOOLS_CONTROLS
|
static java.lang.String |
DATATOOLS_FILTER
|
static org.eaglei.model.EIClass |
eClass
|
static FilterPanel |
filterPanel
|
static EagleiGlassPane |
glasspane
|
static java.lang.String |
instanceUri
|
static org.eaglei.model.EIURI |
labUri
|
static LeftListPanel |
listPanel
|
static java.lang.String |
userUri
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Fields inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment |
|---|
ALIGN_CENTER, ALIGN_DEFAULT, ALIGN_LEFT, ALIGN_RIGHT |
| Fields inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment |
|---|
ALIGN_BOTTOM, ALIGN_MIDDLE, ALIGN_TOP |
| Constructor Summary | |
|---|---|
MainPanel()
|
|
| Method Summary | |
|---|---|
static void |
bulkOperation(WorkFlowAction action)
all the bulk workflow operation happens here |
static void |
bulkSendToCuration()
Send the bulk resource to Curation |
static void |
copyResource()
This is called in response to the 'Copy Resource' option selected from the Filter/Control Panel |
static void |
doClaimGrid(int row)
|
static void |
doDeleteGrid(int row)
|
static void |
doEditGrid(int row)
|
static void |
doFilterPanelGoButton(java.lang.String resourceFilterStr,
java.lang.String labFilterStr,
java.lang.String statusFilterStr)
|
static void |
doFilterPanelGoButtonWhenRefresh(java.lang.String resourceFilterStr,
java.lang.String labFilterStr,
java.lang.String statusFilterStr)
|
void |
doLabTable(int row,
int column)
This method is called in response to the clicks on the Laboratory Panel |
void |
doSubLinksOfResource(int row,
int column)
|
static void |
doViewGrid(int row)
|
static void |
doWithdrawGrid(int row)
|
static void |
editResource()
This is called in response to the 'Edit' option selected from the Filter/Control Panel |
static void |
filterGrid(java.util.List<org.eaglei.model.EIInstance> instances,
FilterPanel filterPanel,
java.lang.String label)
This method is called in response to the filter options selected by the user on the FilterPanel |
static void |
handleLabs()
This is called when the My Laboratories link is clicked |
static void |
handleLoginRequired()
|
static void |
handleResources()
This is called when the My Resources link is clicked |
void |
onLogIn(java.lang.String username,
java.lang.String userUri)
|
void |
onLogOut()
|
static void |
publish()
Publish the resource |
static void |
returnToDraft()
Return the resource to draft |
static void |
saveForm()
|
static void |
sendToCuration()
Send the resource to Curation |
static void |
withdraw()
Withdraw the resource |
| Methods inherited from class com.google.gwt.user.client.ui.HorizontalPanel |
|---|
add, getHorizontalAlignment, getVerticalAlignment, insert, onEnsureDebugId, remove, setHorizontalAlignment, setVerticalAlignment |
| Methods inherited from class com.google.gwt.user.client.ui.CellPanel |
|---|
getBody, getSpacing, getTable, setBorderWidth, setCellHeight, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellWidth, setSpacing |
| Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
|---|
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, insert, insert, iterator, remove |
| Methods inherited from class com.google.gwt.user.client.ui.Panel |
|---|
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addDomHandler, addHandler, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel |
|---|
getWidget, getWidgetCount, getWidgetIndex, remove |
| Field Detail |
|---|
public static LeftListPanel listPanel
public static com.google.gwt.user.client.ui.VerticalPanel dataPanel
public static FilterPanel filterPanel
public static java.lang.String userUri
public static java.lang.String instanceUri
public static java.lang.String DATATOOLS_FILTER
public static java.lang.String DATATOOLS_CONTROLS
public static org.eaglei.model.EIClass eClass
public static EagleiGlassPane glasspane
public static org.eaglei.model.EIURI labUri
| Constructor Detail |
|---|
public MainPanel()
| Method Detail |
|---|
public static void handleLabs()
public static void handleResources()
public static void filterGrid(java.util.List<org.eaglei.model.EIInstance> instances,
FilterPanel filterPanel,
java.lang.String label)
instances - filterPanel - label - - Text of the resource clickedpublic static void sendToCuration()
public static void returnToDraft()
public static void withdraw()
public static void publish()
public static void bulkOperation(WorkFlowAction action)
state - action - public static void bulkSendToCuration()
public static void editResource()
public static void saveForm()
public static void copyResource()
public void onLogOut()
onLogOut in interface ClientRepositoryToolsManager.SessionListenerpublic static void handleLoginRequired()
public void onLogIn(java.lang.String username,
java.lang.String userUri)
onLogIn in interface ClientRepositoryToolsManager.SessionListener
public void doSubLinksOfResource(int row,
int column)
public void doLabTable(int row,
int column)
row - column -
public static void doFilterPanelGoButton(java.lang.String resourceFilterStr,
java.lang.String labFilterStr,
java.lang.String statusFilterStr)
public static void doFilterPanelGoButtonWhenRefresh(java.lang.String resourceFilterStr,
java.lang.String labFilterStr,
java.lang.String statusFilterStr)
public static void doViewGrid(int row)
public static void doClaimGrid(int row)
public static void doDeleteGrid(int row)
public static void doWithdrawGrid(int row)
public static void doEditGrid(int row)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||