org.jowidgets.examples.common
Class HelloContentCreator
java.lang.Object
org.jowidgets.examples.common.HelloContentCreator
- All Implemented Interfaces:
- org.jowidgets.api.widgets.access.IInputValueAccessor<String>, org.jowidgets.api.widgets.content.IInputContentCreator<String>
public class HelloContentCreator
- extends Object
- implements org.jowidgets.api.widgets.content.IInputContentCreator<String>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelloContentCreator
public HelloContentCreator()
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.