|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JetOption | |
|---|---|
| jet.html | |
| jet.html.impl | |
| jet.servlet.internal | |
| Uses of JetOption in jet.html |
|---|
| Methods in jet.html with parameters of type JetOption | |
|---|---|
void |
JetSelection.addDefaultOption(JetOption option)
|
void |
JetSelection.addOption(JetOption option)
|
| Method parameters in jet.html with type arguments of type JetOption | |
|---|---|
void |
JetSelection.setDefaultOptions(java.util.List<JetOption> defaultOptions)
|
void |
JetSelection.setOptions(java.util.List<JetOption> options)
|
| Uses of JetOption in jet.html.impl |
|---|
| Classes in jet.html.impl that implement JetOption | |
|---|---|
class |
JetOption
This class renders a html option |
| Fields in jet.html.impl with type parameters of type JetOption | |
|---|---|
private java.util.List<JetOption> |
JetSelection.defaultOptions
holds the available default not resetable options |
private java.util.List<JetOption> |
JetSelection.options
holds the available options |
| Methods in jet.html.impl that return types with arguments of type JetOption | |
|---|---|
java.util.List<JetOption> |
JetSelection.getDefaultOptions()
Returns the default options |
java.util.List<JetOption> |
JetSelection.getOptions()
Returns a list of available the options |
| Methods in jet.html.impl with parameters of type JetOption | |
|---|---|
void |
JetSelection.addDefaultOption(JetOption option)
adds a default option |
void |
JetSelection.addOption(JetOption option)
adds a option |
| Method parameters in jet.html.impl with type arguments of type JetOption | |
|---|---|
void |
JetSelection.setDefaultOptions(java.util.List<JetOption> defaultOptions)
Set the default options which can be selected |
void |
JetSelection.setOptions(java.util.List<JetOption> options)
Set the options which can be selected |
| Uses of JetOption in jet.servlet.internal |
|---|
| Methods in jet.servlet.internal that return JetOption | |
|---|---|
private JetOption |
XMLJetdefsReader._parseJetOption(org.w3c.dom.Node node,
java.lang.String styleclass)
Internal method to parse jetOption |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||