| 
 | ||||||||||
| 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
org.kuali.student.common.ui.client.widgets.field.layout.element.SpanPanel
org.kuali.student.common.ui.client.configurable.mvc.sections.BaseSection
org.kuali.student.common.ui.client.configurable.mvc.multiplicity.MultiplicityGroupItem
public class MultiplicityGroupItem
| 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  boolean | created | 
| private  boolean | deleted | 
| private  Integer | itemKey | 
| (package private)  String | itemLabel | 
| private  com.google.gwt.user.client.ui.Widget | itemWidget | 
| private  boolean | loaded | 
| private  Callback<MultiplicityGroupItem> | removeCallback | 
| private  MultiplicityConfiguration.StyleType | style | 
| private  boolean | updateable | 
| Fields inherited from class org.kuali.student.common.ui.client.configurable.mvc.sections.BaseSection | 
|---|
| fields, isDirty, isValidationEnabled, layout, layoutController, sections | 
| Fields inherited from class com.google.gwt.user.client.ui.UIObject | 
|---|
| DEBUG_ID_PREFIX | 
| Constructor Summary | |
|---|---|
| MultiplicityGroupItem(String itemLabel,
                                           MultiplicityConfiguration.StyleType style,
                                           boolean updateable)Represents a single item within a MultiplicityGroup //TODO Should this be an inner class in MultiplicityGroup? | |
| Method Summary | |
|---|---|
| private  void | buildLayout() | 
|  Integer | getItemKey() | 
|  com.google.gwt.user.client.ui.Widget | getItemWidget() | 
|  Callback<MultiplicityGroupItem> | getRemoveCallback() | 
|  boolean | isCreated() | 
|  boolean | isDeleted() | 
|  void | redraw() | 
|  void | setCreated(boolean created) | 
|  void | setDeleted(boolean isDeleted) | 
|  void | setItemKey(Integer itemKey) | 
|  void | setItemWidget(com.google.gwt.user.client.ui.Widget itemWidget) | 
|  void | setRemoveCallback(Callback<MultiplicityGroupItem> callback) | 
| Methods inherited from class org.kuali.student.common.ui.client.configurable.mvc.sections.BaseSection | 
|---|
| add, addField, addSection, addSection, addStyleName, addWidget, clearValidation, enableValidation, ensureDirtyFlagPath, getField, getFields, getLayout, getLayoutController, getSection, getSections, getUnnestedFields, isDirty, isValidationEnabled, processValidationResults, processValidationResults, removeField, removeField, removeSection, removeSection, removeWidget, removeWidget, resetDirtyFlags, resetFieldInteractionFlags, setFieldHasHadFocusFlags, setHelp, setInstructions, setIsDirty, setLayoutController, setRequired, setStyleName, updateModel, updateWidgetData | 
| Methods inherited from class org.kuali.student.common.ui.client.widgets.field.layout.element.SpanPanel | 
|---|
| insert, setHTML, setText | 
| Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel | 
|---|
| add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, insert, insert, iterator, remove, 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, 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, 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 | 
| Field Detail | 
|---|
private boolean updateable
private Integer itemKey
private com.google.gwt.user.client.ui.Widget itemWidget
private Callback<MultiplicityGroupItem> removeCallback
private boolean created
private boolean deleted
private boolean loaded
private MultiplicityConfiguration.StyleType style
String itemLabel
| Constructor Detail | 
|---|
public MultiplicityGroupItem(String itemLabel,
                             MultiplicityConfiguration.StyleType style,
                             boolean updateable)
itemLabel - style - updateable - | Method Detail | 
|---|
private void buildLayout()
public void redraw()
public Integer getItemKey()
public void setItemKey(Integer itemKey)
public com.google.gwt.user.client.ui.Widget getItemWidget()
public void setItemWidget(com.google.gwt.user.client.ui.Widget itemWidget)
public void setRemoveCallback(Callback<MultiplicityGroupItem> callback)
public Callback<MultiplicityGroupItem> getRemoveCallback()
public boolean isCreated()
public void setCreated(boolean created)
public boolean isDeleted()
public void setDeleted(boolean isDeleted)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||