|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.UIObject com.google.gwt.user.client.ui.Widget com.google.gwt.user.client.ui.Composite org.kuali.student.lum.common.client.widgets.CluSetDetailsWidget
public class CluSetDetailsWidget
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 | |
---|---|
private CluSetInformation |
cluSetInformation
|
private CluSetRetriever |
cluSetRetriever
|
private com.google.gwt.user.client.ui.FlexTable |
detailsTable
|
private static SimpleDateFormat |
DT_FOMRAT
|
private com.google.gwt.user.client.ui.SimplePanel |
mainPanel
|
private BlockingTask |
retrievingTask
|
private boolean |
showClus
|
private Map<String,Boolean> |
showCluSetFlags
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
CluSetDetailsWidget(CluSetInformation cluSetInformation,
CluSetRetriever cluSetRetriever)
|
|
CluSetDetailsWidget(String cluSetId,
CluSetRetriever cluSetRetriever)
|
Method Summary | |
---|---|
private void |
addClusDisplayToTable(int rowIndex,
CluInformation clu)
|
CluSetInformation |
getCluSetInformation()
|
List<ExportElement> |
getExportElementSubset(ExportElement parent)
|
String |
getExportFieldValue()
|
boolean |
isExportElement()
|
private void |
redraw()
|
void |
setCluSetInformation(CluSetInformation cluSetInformation)
|
String |
toString()
|
private String |
translateSearchKey(String searchKey)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addDomHandler, addHandler, 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, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private CluSetInformation cluSetInformation
private com.google.gwt.user.client.ui.SimplePanel mainPanel
private com.google.gwt.user.client.ui.FlexTable detailsTable
private boolean showClus
private Map<String,Boolean> showCluSetFlags
private static final SimpleDateFormat DT_FOMRAT
private CluSetRetriever cluSetRetriever
private BlockingTask retrievingTask
Constructor Detail |
---|
public CluSetDetailsWidget(CluSetInformation cluSetInformation, CluSetRetriever cluSetRetriever)
public CluSetDetailsWidget(String cluSetId, CluSetRetriever cluSetRetriever)
Method Detail |
---|
private void redraw()
private void addClusDisplayToTable(int rowIndex, CluInformation clu)
private String translateSearchKey(String searchKey)
public CluSetInformation getCluSetInformation()
public void setCluSetInformation(CluSetInformation cluSetInformation)
public String toString()
toString
in class com.google.gwt.user.client.ui.UIObject
public boolean isExportElement()
isExportElement
in interface ReportExportWidget
public List<ExportElement> getExportElementSubset(ExportElement parent)
getExportElementSubset
in interface ReportExportWidget
public String getExportFieldValue()
getExportFieldValue
in interface ReportExportWidget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |