water.api
Class RFView.TreeListBuilder

java.lang.Object
  extended by water.api.RequestBuilders.Builder
      extended by water.api.RequestBuilders.ObjectBuilder
          extended by water.api.RFView.TreeListBuilder
Enclosing class:
RFView

public class RFView.TreeListBuilder
extends RequestBuilders.ObjectBuilder


Constructor Summary
RFView.TreeListBuilder()
           
 
Method Summary
 java.lang.String build(RequestBuilders.Response response, com.google.gson.JsonObject t, java.lang.String contextName)
          Creates the HTML of the object.
 
Methods inherited from class water.api.RequestBuilders.ObjectBuilder
build, caption, footer, header
 
Methods inherited from class water.api.RequestBuilders.Builder
addToContext, defaultBuilder, elementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFView.TreeListBuilder

public RFView.TreeListBuilder()
Method Detail

build

public java.lang.String build(RequestBuilders.Response response,
                              com.google.gson.JsonObject t,
                              java.lang.String contextName)
Description copied from class: RequestBuilders.ObjectBuilder
Creates the HTML of the object. That is the caption, header, all its contents in order they were added and then the footer. There should be no need to overload this function, rather override the provided hooks above.

Overrides:
build in class RequestBuilders.ObjectBuilder