|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOptionsRenderer
$Id$
Renders a set of options.
Method Summary | |
---|---|
void |
renderAfter(StringBuilder stringBuilder)
Renders a JavaScript code after iterating on each key, value pair. |
void |
renderBefore(StringBuilder stringBuilder)
Renders a JavaScript code before iterating on each key, value pair. |
CharSequence |
renderOption(String name,
Object value,
boolean isLast)
Renders the current option (e.g. |
Method Detail |
---|
void renderBefore(StringBuilder stringBuilder)
stringBuilder
- The current JavaScript outputCharSequence renderOption(String name, Object value, boolean isLast)
name
- The option namevalue
- The option valueisLast
- true if this is the last option, false otherwise
CharSequence
rendering the option JavaScript code.void renderAfter(StringBuilder stringBuilder)
stringBuilder
- The current JavaScript output
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |