org.kuali.student.common.ui.client.configurable.mvc.multiplicity
Class UpdatableMultiplicityComposite

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.kuali.student.common.ui.client.configurable.mvc.multiplicity.MultiplicityComposite
                  extended by org.kuali.student.common.ui.client.configurable.mvc.multiplicity.UpdatableMultiplicityComposite
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget
Direct Known Subclasses:
CommonConfigurer.CommonMultiplicityList

Deprecated.

public abstract class UpdatableMultiplicityComposite
extends MultiplicityComposite


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.student.common.ui.client.configurable.mvc.multiplicity.MultiplicityComposite
MultiplicityComposite.StyleType
 
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  String addItemLabel
          Deprecated.  
protected  String itemLabel
          Deprecated.  
protected  boolean readOnly
          Deprecated.  
 
Fields inherited from class org.kuali.student.common.ui.client.configurable.mvc.multiplicity.MultiplicityComposite
itemCount, itemKeys, items, itemsPanel, loaded, mainPanel, minEmptyItems, removeCallback, removed, style, titleWidget, visualItemCount
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
UpdatableMultiplicityComposite(MultiplicityComposite.StyleType style)
          Deprecated.  
UpdatableMultiplicityComposite(MultiplicityComposite.StyleType style, boolean readOnly)
          Deprecated.  
 
Method Summary
 com.google.gwt.user.client.ui.Widget generateAddWidget()
          Deprecated. Method used to get the add button to add additional multiplicity item
 String getAddItemLabel()
          Deprecated.  
 MultiplicityItem getItemDecorator(MultiplicityComposite.StyleType style)
          Deprecated. Method used to get the item decorator for each multiplicity item
 String getItemLabel()
          Deprecated.  
 void setAddItemLabel(String addItemLabel)
          Deprecated.  
 void setItemLabel(String itemLabel)
          Deprecated.  
 
Methods inherited from class org.kuali.student.common.ui.client.configurable.mvc.multiplicity.MultiplicityComposite
addItem, clear, createItem, getAddItemKey, getItems, getRemovedItems, incrementItemKey, onLoad, redraw, setMinEmptyItems
 
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
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, 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

addItemLabel

protected String addItemLabel
Deprecated. 

itemLabel

protected String itemLabel
Deprecated. 

readOnly

protected boolean readOnly
Deprecated. 
Constructor Detail

UpdatableMultiplicityComposite

public UpdatableMultiplicityComposite(MultiplicityComposite.StyleType style)
Deprecated. 

UpdatableMultiplicityComposite

public UpdatableMultiplicityComposite(MultiplicityComposite.StyleType style,
                                      boolean readOnly)
Deprecated. 
Method Detail

getItemDecorator

public MultiplicityItem getItemDecorator(MultiplicityComposite.StyleType style)
Deprecated. 
Description copied from class: MultiplicityComposite
Method used to get the item decorator for each multiplicity item

Specified by:
getItemDecorator in class MultiplicityComposite
See Also:
org.kuali.student.common.ui.client.configurable.mvc.multiplicity.MultiplicityComposite#getItemDecorator()

generateAddWidget

public com.google.gwt.user.client.ui.Widget generateAddWidget()
Deprecated. 
Description copied from class: MultiplicityComposite
Method used to get the add button to add additional multiplicity item

Specified by:
generateAddWidget in class MultiplicityComposite
Returns:
See Also:
MultiplicityComposite.generateAddWidget()

getAddItemLabel

public String getAddItemLabel()
Deprecated. 

setAddItemLabel

public void setAddItemLabel(String addItemLabel)
Deprecated. 

getItemLabel

public String getItemLabel()
Deprecated. 

setItemLabel

public void setItemLabel(String itemLabel)
Deprecated. 


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.