org.kuali.rice.core.api.uif
Class RemotableAbstractControl.Builder
java.lang.Object
org.kuali.rice.core.api.uif.RemotableAbstractControl.Builder
- All Implemented Interfaces:
- ModelBuilder, RemotableControlContract
- Direct Known Subclasses:
- RemotableCheckbox.Builder, RemotableCheckboxGroup.Builder, RemotableHiddenInput.Builder, RemotablePasswordInput.Builder, RemotableRadioButtonGroup.Builder, RemotableSelect.Builder, RemotableTextarea.Builder, RemotableTextInput.Builder
- Enclosing class:
- RemotableAbstractControl
public abstract static class RemotableAbstractControl.Builder
- extends Object
- implements RemotableControlContract, ModelBuilder
Method Summary |
abstract RemotableAbstractControl |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemotableAbstractControl.Builder
protected RemotableAbstractControl.Builder()
build
public abstract RemotableAbstractControl build()
- Description copied from interface:
ModelBuilder
- Returns an instance of the object being built by this builder based
on the current state of the builder. It should be possible to
invoke this method more than once on the same builder. It should
never return null;
- Specified by:
build
in interface ModelBuilder
- Returns:
- an instance of the object being built by this builder,
should never return null
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.