public abstract class UpdatableMultiplicityComposite extends MultiplicityComposite
MultiplicityComposite.StyleType
Modifier and Type | Field and Description |
---|---|
protected String |
addItemLabel |
protected String |
itemLabel |
protected boolean |
readOnly |
itemCount, itemKeys, items, itemsPanel, loaded, mainPanel, minEmptyItems, removeCallback, removed, style, titleWidget, visualItemCount
Constructor and Description |
---|
UpdatableMultiplicityComposite(MultiplicityComposite.StyleType style) |
UpdatableMultiplicityComposite(MultiplicityComposite.StyleType style,
boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
generateAddWidget()
Method used to get the add button to add additional multiplicity item
|
String |
getAddItemLabel() |
MultiplicityItem |
getItemDecorator(MultiplicityComposite.StyleType style)
Method used to get the item decorator for each multiplicity item
|
String |
getItemLabel() |
void |
setAddItemLabel(String addItemLabel) |
void |
setItemLabel(String itemLabel) |
addItem, clear, createItem, getAddItemKey, getItems, getRemovedItems, incrementItemKey, onLoad, redraw, setMinEmptyItems
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onUnload, removeFromParent, setLayoutData, sinkEvents
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
protected String addItemLabel
protected boolean readOnly
public UpdatableMultiplicityComposite(MultiplicityComposite.StyleType style)
public UpdatableMultiplicityComposite(MultiplicityComposite.StyleType style, boolean readOnly)
public MultiplicityItem getItemDecorator(MultiplicityComposite.StyleType style)
MultiplicityComposite
getItemDecorator
in class MultiplicityComposite
org.kuali.student.common.ui.client.configurable.mvc.multiplicity.MultiplicityComposite#getItemDecorator()
public com.google.gwt.user.client.ui.Widget generateAddWidget()
MultiplicityComposite
generateAddWidget
in class MultiplicityComposite
MultiplicityComposite.generateAddWidget()
public String getAddItemLabel()
public void setAddItemLabel(String addItemLabel)
public String getItemLabel()
public void setItemLabel(String itemLabel)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.