org.kuali.rice.core.api.uif
Class RemotableAbstractWidget.Builder

java.lang.Object
  extended by org.kuali.rice.core.api.uif.RemotableAbstractWidget.Builder
All Implemented Interfaces:
ModelBuilder, Widget
Direct Known Subclasses:
RemotableDatepicker.Builder, RemotableQuickFinder.Builder, RemotableTextExpand.Builder
Enclosing class:
RemotableAbstractWidget

public abstract static class RemotableAbstractWidget.Builder
extends Object
implements Widget, ModelBuilder


Method Summary
abstract  RemotableAbstractWidget 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
 

Method Detail

build

public abstract RemotableAbstractWidget 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-2011 The Kuali Foundation. All Rights Reserved.