org.jowidgets.examples.common
Class HelloContentCreator2

java.lang.Object
  extended by org.jowidgets.examples.common.HelloContentCreator2
All Implemented Interfaces:
org.jowidgets.api.widgets.access.IInputValueAccessor<String>, org.jowidgets.api.widgets.content.IInputContentCreator<String>

public class HelloContentCreator2
extends Object
implements org.jowidgets.api.widgets.content.IInputContentCreator<String>


Constructor Summary
HelloContentCreator2()
           
 
Method Summary
 void createContent(org.jowidgets.api.widgets.content.IInputContentContainer widgetContainer)
           
 String getValue()
           
 void setValue(String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloContentCreator2

public HelloContentCreator2()
Method Detail

createContent

public void createContent(org.jowidgets.api.widgets.content.IInputContentContainer widgetContainer)
Specified by:
createContent in interface org.jowidgets.api.widgets.content.IInputContentCreator<String>

setValue

public void setValue(String content)
Specified by:
setValue in interface org.jowidgets.api.widgets.access.IInputValueAccessor<String>

getValue

public String getValue()
Specified by:
getValue in interface org.jowidgets.api.widgets.access.IInputValueAccessor<String>


Copyright © 2012. All Rights Reserved.