@Deprecated public class RequiredContainer extends WarnContainer
Modifier and Type | Class and Description |
---|---|
class |
RequiredContainer.ShowAllLink
Deprecated.
|
Constructor and Description |
---|
RequiredContainer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addCallback(Callback<Boolean> callback)
Deprecated.
|
com.google.gwt.user.client.ui.Composite |
createShowAllLink(com.google.gwt.event.dom.client.ClickHandler handler)
Deprecated.
|
List<Callback<Boolean>> |
getCallbacks()
Deprecated.
|
Section |
getMainSection()
Deprecated.
|
boolean |
isShowAll()
Deprecated.
|
boolean |
processInnerSection(Section section,
boolean showAll)
Deprecated.
This method loop through all the fields and sections on a section and sets the visibility accordingly.
|
void |
processMainSection()
Deprecated.
This method loop through all the sections on the main section, process them accordingly and sets the "Show All" link
to visible if there is no components displayed on the section and visa versa.
|
void |
registerExclusion(FieldDescriptor descriptor)
Deprecated.
|
void |
setMainSection(Section mainSection)
Deprecated.
|
void |
setShowAll(boolean showAll)
Deprecated.
|
add, addWarnWidget, addWarnWidgetBlock, clearWarnLayout, showWarningLayout
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, 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
public RequiredContainer()
public boolean isShowAll()
public void setShowAll(boolean showAll)
public Section getMainSection()
public void setMainSection(Section mainSection)
public void addCallback(Callback<Boolean> callback)
public List<Callback<Boolean>> getCallbacks()
public void registerExclusion(FieldDescriptor descriptor)
public void processMainSection()
public boolean processInnerSection(Section section, boolean showAll)
section
- showAll
- public com.google.gwt.user.client.ui.Composite createShowAllLink(com.google.gwt.event.dom.client.ClickHandler handler)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.