org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder
Class Slipstream

java.lang.Object
  extended by org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder.Slipstream

public class Slipstream
extends Object

The slipstream will bring the configuration-metaData/gui together


Constructor Summary
Slipstream()
           
 
Method Summary
protected  void configureGuiBuilder()
           
protected  DynaFormComponentHandler getComponentHandler(Object ch)
           
 DynaForm getDynaForm()
           
 GuiBuilder getGuiBuilder()
           
 Map<String,String> getLabelBundle()
           
 MetaData getModelMetaData()
           
 void process()
           
 void setDynaForm(DynaForm dynaForm)
           
 void setGuiBuilder(GuiBuilder guiBuilder)
           
 void setLabelBundle(Map<String,String> labelBundle)
           
 void setModelMetaData(MetaData modelMetaData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slipstream

public Slipstream()
Method Detail

getModelMetaData

public MetaData getModelMetaData()

setModelMetaData

public void setModelMetaData(MetaData modelMetaData)

getGuiBuilder

public GuiBuilder getGuiBuilder()

setGuiBuilder

public void setGuiBuilder(GuiBuilder guiBuilder)

getLabelBundle

public Map<String,String> getLabelBundle()

setLabelBundle

public void setLabelBundle(Map<String,String> labelBundle)

getDynaForm

public DynaForm getDynaForm()

setDynaForm

public void setDynaForm(DynaForm dynaForm)

process

public void process()

getComponentHandler

protected DynaFormComponentHandler getComponentHandler(Object ch)

configureGuiBuilder

protected void configureGuiBuilder()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.