public class ToStringUserInterface extends AbstractUserInterface implements Appendable
| Constructor and Description |
|---|
ToStringUserInterface() |
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence csq) |
Appendable |
append(CharSequence csq,
int start,
int end) |
protected void |
doRender(UiRenderingContext ctx,
Object model) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
recursiveRender, renderUi, setRenderersprotected void doRender(UiRenderingContext ctx, Object model)
doRender in class AbstractUserInterfacepublic Appendable append(CharSequence csq) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(char c) throws IOException
append in interface AppendableIOExceptionCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.