Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
V
X
A
addHeader(Header)
- Method in class net.sf.jolene.dom.
Document
Adds a header element to the document.
addOption(Option)
- Method in class net.sf.jolene.dom.
Select
This method adds a new option to the available options for the select object.
ampersand
- Static variable in class net.sf.jolene.constants.
Entities
Attributes
- Class in
net.sf.jolene.html
Map wrapper to handle html attributes.
Attributes()
- Constructor for class net.sf.jolene.html.
Attributes
B
bind(List<GridColumn>, List<String>, List)
- Method in class net.sf.jolene.dom.
Grid
Binds the grid object to the specified data.
bold(String)
- Static method in class net.sf.jolene.html.
HTMLString
Button
- Class in
net.sf.jolene.dom
A button in a html document using the button - not the input tag.
Button(String)
- Constructor for class net.sf.jolene.dom.
Button
Construct a button with the specified name.
Button()
- Constructor for class net.sf.jolene.dom.
Button
Default constructor.
C
CacheSize
- Static variable in class net.sf.jolene.constants.
Prefs
Default: 32.
CheckBox
- Class in
net.sf.jolene.dom
A checkbox in a html document.
CheckBox()
- Constructor for class net.sf.jolene.dom.
CheckBox
Default constructor.
CheckBox(String)
- Constructor for class net.sf.jolene.dom.
CheckBox
Construct a checkbox with the specified name.
clear()
- Method in class net.sf.jolene.dom.
HTMLElement
Clears this element's attributes.
clear()
- Method in class net.sf.jolene.html.
Attributes
Clears the attributes.
clear()
- Method in interface net.sf.jolene.html.
ICollection
clear()
- Method in class net.sf.jolene.html.
Styles
Clears the styles.
clearOptions()
- Method in class net.sf.jolene.dom.
Select
Clears the list of options on the select.
clone()
- Method in class net.sf.jolene.dom.
Button
Returns a clone of the button object.
clone()
- Method in class net.sf.jolene.dom.
CheckBox
Returns a clone of the checkbox object.
clone()
- Method in class net.sf.jolene.dom.
Document
This is a custom clone implementation which ensures the document is cleanly and safely cloned.
clone()
- Method in class net.sf.jolene.dom.
Form
clone()
- Method in class net.sf.jolene.dom.
Grid
Returns a clone of the grid object.
clone()
- Method in class net.sf.jolene.dom.
Header
Returns a clone of the header element object.
clone()
- Method in class net.sf.jolene.dom.
HTMLElement
Core clone implementation.
clone()
- Method in class net.sf.jolene.dom.
Image
Returns a clone of the image object.
clone()
- Method in class net.sf.jolene.dom.
Input
Returns a clone of the input object.
clone()
- Method in class net.sf.jolene.dom.
Label
Returns a clone of the label object.
clone()
- Method in class net.sf.jolene.dom.
Radio
Returns a clone of the radio button object.
clone()
- Method in class net.sf.jolene.dom.
Select
Returns a clone of the select object.
clone()
- Method in class net.sf.jolene.dom.
Text
Returns a clone of the text object.
clone()
- Method in class net.sf.jolene.dom.
TextArea
Returns a clone of the textarea object.
D
Document
- Class in
net.sf.jolene.dom
HTML Document object.
Document(String, String, String)
- Constructor for class net.sf.jolene.dom.
Document
Document(String)
- Constructor for class net.sf.jolene.dom.
Document
DocumentCaching
- Static variable in class net.sf.jolene.constants.
Prefs
Default: true.
DocumentFactory
- Class in
net.sf.jolene.factories
DocumentFactory is a Singleton used to perform cacheing of documents.
Domlet
- Class in
net.sf.jolene.servlet
Domlet()
- Constructor for class net.sf.jolene.servlet.
Domlet
DomletAction
- Class in
net.sf.jolene.struts
Default action servlet for jolene.
DomletAction()
- Constructor for class net.sf.jolene.struts.
DomletAction
E
Elements
- Enum in
net.sf.jolene.constants
Supported parsable HTML elements.
elements(String)
- Method in class net.sf.jolene.dom.
Document
Returns a object by searching all forms in the document.
elements(int)
- Method in class net.sf.jolene.dom.
Form
This method returns the widget specified by the numeric index.
elements(String)
- Method in class net.sf.jolene.dom.
Form
This method retrieves an object from the document by name or id.
Entities
- Class in
net.sf.jolene.constants
Simple defines of common HTML entities.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.jolene.struts.
DomletAction
Performs a basic dispatch of the request looking for the parameter from the struts mapping or by using the struts action name itself.
F
Form
- Class in
net.sf.jolene.dom
A form in a html document.
FormPolulateException
- Exception in
net.sf.jolene.dom
Exception thrown by the form's popluate method.
FormPolulateException()
- Constructor for exception net.sf.jolene.dom.
FormPolulateException
FormPolulateException(String)
- Constructor for exception net.sf.jolene.dom.
FormPolulateException
Constructs the exception with the specified message string.
FormPolulateException(Throwable)
- Constructor for exception net.sf.jolene.dom.
FormPolulateException
Constructs the exception with the specified cause.
FormPolulateException(String, Throwable)
- Constructor for exception net.sf.jolene.dom.
FormPolulateException
Constructs the exception with the specified message string and cause.
forms(int)
- Method in class net.sf.jolene.dom.
Document
Returns the form object specified by the number.
forms(String)
- Method in class net.sf.jolene.dom.
Document
Returns a form object specified by name.
G
GenerateLocaleStrings
- Static variable in class net.sf.jolene.constants.
Prefs
When set to true /resources/application.properites file is updated based on the template labels.
getAfterText()
- Method in class net.sf.jolene.dom.
HTMLElement
Gets the afterText string for the object.
getAlign()
- Method in class net.sf.jolene.dom.
GridColumn
Return the align for the column.
getAttribute(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Return the html attribute specified by the key or null if it's not found.
getAttribute(String)
- Method in class net.sf.jolene.html.
Attributes
Gets an attribute from the attribute map or NULL if not found.
getAttribute(String)
- Method in interface net.sf.jolene.html.
IAttributes
getBeforeText()
- Method in class net.sf.jolene.dom.
HTMLElement
Gets the beforeText string for the object.
getBody()
- Method in class net.sf.jolene.dom.
Document
Retrives the body attributes.
getCellObject()
- Method in class net.sf.jolene.dom.
GridColumn
Gets the CellObject for the column.
getContent()
- Method in class net.sf.jolene.dom.
HTMLElement
Returns the content of the HTMLElement.
getDoctype()
- Method in class net.sf.jolene.dom.
Document
Gets the doc type of the document.
getDocument(String)
- Method in class net.sf.jolene.factories.
DocumentFactory
Returns a new document instance using the full filename + timestamp as the factory key.
getDocument(String, String, String)
- Method in class net.sf.jolene.factories.
DocumentFactory
Returns a new document instance using the full filename + timestamp as the factory key.
getDocument(ActionMapping, HttpServletRequest)
- Method in class net.sf.jolene.struts.
DomletAction
Retrives a document object based on the mapping input attribute and attaches it to the proper scope.
getDocument(ActionMapping, String, HttpServletRequest)
- Method in class net.sf.jolene.struts.
DomletAction
Retrives a document object based on the specified forward.
getElementCount()
- Method in class net.sf.jolene.dom.
Form
getFormCount()
- Method in class net.sf.jolene.dom.
Document
getGrid(String)
- Method in class net.sf.jolene.dom.
Form
Returns the specified element casted to a Grid object.
getHeader()
- Method in class net.sf.jolene.dom.
GridColumn
Returns the column header string.
getHeaderCount()
- Method in class net.sf.jolene.dom.
Document
Returns the number of Header elements in the document.
getIndex()
- Method in class net.sf.jolene.dom.
Option
Return the index of this option in the list of selections.
getInstance()
- Static method in class net.sf.jolene.factories.
DocumentFactory
Gets the factory instance.
getName()
- Method in class net.sf.jolene.dom.
HTMLElement
Gets the element name.
getRadioGroup(String)
- Method in class net.sf.jolene.dom.
Form
Returns a Map of Radio objects based the specified radio group name.
getSelect(String)
- Method in class net.sf.jolene.dom.
Form
Returns the specified element casted to a Select object.
getStyle(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Get the element style based on a style name.
getStyle(String)
- Method in interface net.sf.jolene.html.
IStyles
getStyle(String)
- Method in class net.sf.jolene.html.
Styles
Get a style based on a style name.
getTag()
- Method in class net.sf.jolene.dom.
HTMLElement
Get the tag for the element.
getText()
- Method in class net.sf.jolene.dom.
Option
Get the option text.
getTitle()
- Method in class net.sf.jolene.dom.
Document
Gets the document title.
getUri()
- Method in class net.sf.jolene.dom.
Document
getValue()
- Method in class net.sf.jolene.constants.
Prefs
getValue()
- Method in class net.sf.jolene.dom.
HTMLElement
Gets the current value of the element.
getValue()
- Method in class net.sf.jolene.dom.
Option
Get the option value.
getValue()
- Method in class net.sf.jolene.dom.
OptionGroup
getValue()
- Method in class net.sf.jolene.dom.
Select
Gets the value of the select object.
getWidth()
- Method in class net.sf.jolene.dom.
GridColumn
Returns the column width.
greaterthan
- Static variable in class net.sf.jolene.constants.
Entities
Grid
- Class in
net.sf.jolene.dom
A renderable data bound grid object.
Grid()
- Constructor for class net.sf.jolene.dom.
Grid
Default constructor.
GridBindException
- Exception in
net.sf.jolene.dom
Exception thrown by the grid's bind method.
GridBindException()
- Constructor for exception net.sf.jolene.dom.
GridBindException
GridBindException(String)
- Constructor for exception net.sf.jolene.dom.
GridBindException
Constructs the exception with the specified message string.
GridBindException(Throwable)
- Constructor for exception net.sf.jolene.dom.
GridBindException
Constructs the exception with the specified cause.
GridBindException(String, Throwable)
- Constructor for exception net.sf.jolene.dom.
GridBindException
Constructs the exception with the specified message string and cause.
GridColumn
- Class in
net.sf.jolene.dom
A grid column object.
GridColumn()
- Constructor for class net.sf.jolene.dom.
GridColumn
Default constructor.
GridColumn(String, String)
- Constructor for class net.sf.jolene.dom.
GridColumn
Constructs a GridColumn using a header string and a width string.
H
hasAttribute(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Indicates if the specified attribute exists.
hasAttribute(String)
- Method in class net.sf.jolene.html.
Attributes
Indicates whether or not an attribute exists.
hasAttribute(String)
- Method in interface net.sf.jolene.html.
IAttributes
hasElement(String)
- Method in class net.sf.jolene.dom.
Form
Checks if the specified object exists in the form.
hasStyle(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Indicates if a style exists.
hasStyle(String)
- Method in interface net.sf.jolene.html.
IStyles
hasStyle(String)
- Method in class net.sf.jolene.html.
Styles
Indicates if a style exists.
head(int, String)
- Static method in class net.sf.jolene.html.
HTMLString
Header
- Class in
net.sf.jolene.dom
An element in the header in a html document.
Header()
- Constructor for class net.sf.jolene.dom.
Header
Default construcor.
Header(Tags)
- Constructor for class net.sf.jolene.dom.
Header
Construct a Header using a predefined Tag.
headers(int)
- Method in class net.sf.jolene.dom.
Document
Return the Header element specified by the index based on document order.
hr()
- Static method in class net.sf.jolene.html.
HTMLString
HTMLElement
- Class in
net.sf.jolene.dom
Base class for all html elements.
HTMLString
- Class in
net.sf.jolene.html
Some html utilites.
I
IAttributes
- Interface in
net.sf.jolene.html
ICollection
- Interface in
net.sf.jolene.html
Comments for ICollection go here.
Image
- Class in
net.sf.jolene.dom
An image in a html document.
Image()
- Constructor for class net.sf.jolene.dom.
Image
Default constructor.
image(String, String, String)
- Static method in class net.sf.jolene.html.
HTMLString
image(String, String)
- Static method in class net.sf.jolene.html.
HTMLString
image(String)
- Static method in class net.sf.jolene.html.
HTMLString
init()
- Method in class net.sf.jolene.servlet.
Domlet
init()
- Static method in class net.sf.jolene.util.
PrefsReader
Input
- Class in
net.sf.jolene.dom
An input field in a html document.
Input()
- Constructor for class net.sf.jolene.dom.
Input
Default constructor.
Input(String)
- Constructor for class net.sf.jolene.dom.
Input
Construct an input object with the specified name.
isChecked()
- Method in class net.sf.jolene.dom.
HTMLElement
Returns true if a Radio or CheckBox is checked.
isDisabled()
- Method in class net.sf.jolene.dom.
HTMLElement
Returns true if the element is disabled
isMultiple()
- Method in class net.sf.jolene.dom.
Select
Indicates if the select is a multiple select.
isReadonly()
- Method in class net.sf.jolene.dom.
HTMLElement
Returns true if the element is readonly
isRenderable()
- Method in class net.sf.jolene.dom.
HTMLElement
Returns whether this element is rendered.
isSelected()
- Method in class net.sf.jolene.dom.
Option
Determines if the option is currently selected.
isTranslated()
- Method in class net.sf.jolene.dom.
Document
Indicator for labels being translated.
IStyles
- Interface in
net.sf.jolene.html
Comments for IStyles go here.
italics(String)
- Static method in class net.sf.jolene.html.
HTMLString
K
keySet()
- Method in class net.sf.jolene.dom.
HTMLElement
Returns the set of attribute names.
keySet()
- Method in class net.sf.jolene.html.
Attributes
Returns the attributes as a Set.
keySet()
- Method in interface net.sf.jolene.html.
ICollection
keySet()
- Method in class net.sf.jolene.html.
Styles
Returns a set of style keys from the Style.
L
Label
- Class in
net.sf.jolene.dom
A lable in an html document.
Label()
- Constructor for class net.sf.jolene.dom.
Label
Default constructor.
lessthan
- Static variable in class net.sf.jolene.constants.
Entities
linebreak()
- Static method in class net.sf.jolene.html.
HTMLString
link(String, String)
- Static method in class net.sf.jolene.html.
HTMLString
link(String, String, String)
- Static method in class net.sf.jolene.html.
HTMLString
M
main(String[])
- Static method in class net.sf.jolene.util.
Translator
java -jar jolene.jar net.sf.jolene.util.Translator
MalformedHTMLException
- Exception in
net.sf.jolene.dom
Exception thrown by the parser if it finds some unparsable html.
MalformedHTMLException()
- Constructor for exception net.sf.jolene.dom.
MalformedHTMLException
MalformedHTMLException(String)
- Constructor for exception net.sf.jolene.dom.
MalformedHTMLException
Constructs the exception with the specified message string.
MalformedHTMLException(Throwable)
- Constructor for exception net.sf.jolene.dom.
MalformedHTMLException
Constructs the exception with the specified cause.
MalformedHTMLException(String, Throwable)
- Constructor for exception net.sf.jolene.dom.
MalformedHTMLException
Constructs the exception with the specified message string and cause.
N
net.sf.jolene.constants
- package net.sf.jolene.constants
Global constants used by Jolene.
net.sf.jolene.dom
- package net.sf.jolene.dom
HTML DOM objects.
net.sf.jolene.factories
- package net.sf.jolene.factories
Document factory used to retrieve cached documents.
net.sf.jolene.html
- package net.sf.jolene.html
HTML style and attribute classes.
net.sf.jolene.servlet
- package net.sf.jolene.servlet
Servlet for document handling.
net.sf.jolene.struts
- package net.sf.jolene.struts
Default struts action for Jolene based on a DispatchAction.
net.sf.jolene.util
- package net.sf.jolene.util
Utilities.
O
Option
- Class in
net.sf.jolene.dom
A select option object.
Option()
- Constructor for class net.sf.jolene.dom.
Option
Creates a new Option object.
Option(String, String)
- Constructor for class net.sf.jolene.dom.
Option
Creates an Option object using the String value and text parameters.
Option(int, String)
- Constructor for class net.sf.jolene.dom.
Option
Creates an Option object using an int value and String text parameters.
OptionGroup
- Class in
net.sf.jolene.dom
Not currently supported.
OptionGroup()
- Constructor for class net.sf.jolene.dom.
OptionGroup
OptionGroup(String)
- Constructor for class net.sf.jolene.dom.
OptionGroup
options(int)
- Method in class net.sf.jolene.dom.
Select
Returns the specified option object by the numeric index.
P
paragraph(String)
- Static method in class net.sf.jolene.html.
HTMLString
populate(Object)
- Method in class net.sf.jolene.dom.
Form
Poplates the form objects based on the supplied java bean.
populate(Map<String, String>)
- Method in class net.sf.jolene.dom.
Form
Populates the form object from the supplied map object.
preformat(String)
- Static method in class net.sf.jolene.html.
HTMLString
Prefs
- Class in
net.sf.jolene.constants
Defined preferences for jolene.properties file.
PrefsReader
- Class in
net.sf.jolene.util
Class to read jolene preferences from the jolene.properties file.
Q
quote
- Static variable in class net.sf.jolene.constants.
Entities
R
Radio
- Class in
net.sf.jolene.dom
A radio button in an html document.
Radio()
- Constructor for class net.sf.jolene.dom.
Radio
Default constructor.
Radio(String)
- Constructor for class net.sf.jolene.dom.
Radio
Construct a radio button with the specified name.
removeAttribute(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Remove the specified attribute.
removeAttribute(String)
- Method in class net.sf.jolene.html.
Attributes
Remove an attribute.
removeAttribute(String)
- Method in interface net.sf.jolene.html.
IAttributes
removeHeader(int)
- Method in class net.sf.jolene.dom.
Document
Remove the headers
removeStyle(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Removes a style from the element.
removeStyle(String)
- Method in interface net.sf.jolene.html.
IStyles
removeStyle(String)
- Method in class net.sf.jolene.html.
Styles
Removes a style from the Style object.
resetStyles(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets the styles on the element based on the formatted style string, clearing all exisiting styles first.
resetStyles(Styles)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets the styles on the element based on the Style parameter, clearing all exisiting styles first.
resetStyles(String)
- Method in interface net.sf.jolene.html.
IStyles
resetStyles(String)
- Method in class net.sf.jolene.html.
Styles
Sets the style based on the formatted style string, clearing all exisiting styles first.
S
Select
- Class in
net.sf.jolene.dom
A Select in an html document.
Select()
- Constructor for class net.sf.jolene.dom.
Select
Default constructor.
Select(String)
- Constructor for class net.sf.jolene.dom.
Select
Construct a select with the specified name.
SelectValueSeperator
- Static variable in class net.sf.jolene.constants.
Prefs
Default comma (,).
setAfterText(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets the afterText string for the object.
setAlign(String)
- Method in class net.sf.jolene.dom.
GridColumn
Sets the column align.
setAttribute(String, String)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets the specified attribute.
setAttribute(String, String)
- Method in class net.sf.jolene.html.
Attributes
Sets an attribute.
setAttribute(String, String)
- Method in interface net.sf.jolene.html.
IAttributes
setBeforeText(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets the beforeText string for the object.
setCellObject(HTMLElement)
- Method in class net.sf.jolene.dom.
GridColumn
Sets the CellObject for the column.
setChecked(boolean)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets the element checked attribute.
setContent(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets the content of the HTMLElement.
setContent(String)
- Method in class net.sf.jolene.dom.
TextArea
Sets the text of the textarea.
setDisabled(boolean)
- Method in class net.sf.jolene.dom.
HTMLElement
Set the element to be disabled.
setDoctype(String)
- Method in class net.sf.jolene.dom.
Document
Sets the doc type of the document.
setHeader(String)
- Method in class net.sf.jolene.dom.
GridColumn
Sets the column header.
setMultiple(boolean)
- Method in class net.sf.jolene.dom.
Select
Sets if this select is a multiple select.
setName(String)
- Method in class net.sf.jolene.dom.
Button
Sets the name of the button.
setName(String)
- Method in class net.sf.jolene.dom.
CheckBox
Sets the name of the checkbox.
setName(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Set the element name.
setName(String)
- Method in class net.sf.jolene.dom.
Input
Sets the name of the input object.
setName(String)
- Method in class net.sf.jolene.dom.
Radio
Set the name of the radio button.
setName(String)
- Method in class net.sf.jolene.dom.
Select
Set the name of the select object.
setName(String)
- Method in class net.sf.jolene.dom.
TextArea
Sets the name of the textarea.
setReadonly(boolean)
- Method in class net.sf.jolene.dom.
HTMLElement
Set the element to be readonly.
setRenderable(boolean)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets whether this element is rendered.
setSelected(boolean)
- Method in class net.sf.jolene.dom.
Option
Sets the option as currently selected.
setStyle(String, String)
- Method in class net.sf.jolene.dom.
HTMLElement
Set the element style.
setStyle(String, String)
- Method in interface net.sf.jolene.html.
IStyles
setStyle(String, String)
- Method in class net.sf.jolene.html.
Styles
Set a style on the Style object.
setStyles(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets the styles on the element based on a formatted style string.
setStyles(Styles)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets styles on the Style object based on the Style parameter.
setStyles(String)
- Method in interface net.sf.jolene.html.
IStyles
setStyles(String)
- Method in class net.sf.jolene.html.
Styles
Sets styles on the Style object based on a formatted style string.
setText(String)
- Method in class net.sf.jolene.dom.
Option
Sets the text to display in the option.
setTitle(String)
- Method in class net.sf.jolene.dom.
Document
Set the document title.
setTranslated(boolean)
- Method in class net.sf.jolene.dom.
Document
Indicator for labels being translated.
setValue(Object)
- Method in class net.sf.jolene.constants.
Prefs
setValue(String)
- Method in class net.sf.jolene.dom.
Button
Sets the value of the button.
setValue(String)
- Method in class net.sf.jolene.dom.
CheckBox
Sets the value of the checbox.
setValue(String)
- Method in class net.sf.jolene.dom.
Header
setValue(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Sets the value of the element.
setValue(String)
- Method in class net.sf.jolene.dom.
Input
Sets the value of the input object.
setValue(String)
- Method in class net.sf.jolene.dom.
Label
Sets the value of the label.
setValue(String)
- Method in class net.sf.jolene.dom.
Option
Sets the value which would be submitted when the form is submitted.
setValue(String)
- Method in class net.sf.jolene.dom.
OptionGroup
setValue(String)
- Method in class net.sf.jolene.dom.
Radio
Set the value of the radio button.
setValue(String)
- Method in class net.sf.jolene.dom.
Select
Sets the value for the select object.
setValue(String)
- Method in class net.sf.jolene.dom.
Text
Sets the text on the text object.
setWidth(String)
- Method in class net.sf.jolene.dom.
GridColumn
Sets the column width.
sortOptions()
- Method in class net.sf.jolene.dom.
Select
Sort the options on the select.
space
- Static variable in class net.sf.jolene.constants.
Entities
stream(String)
- Method in class net.sf.jolene.dom.
Document
Writes the document to the specified fileName.
stream(Writer)
- Method in class net.sf.jolene.dom.
Document
Writes the document to the specified Writer object and closes the Writer.
StreamLabelTags
- Static variable in class net.sf.jolene.constants.
Prefs
Default true.
StyleClasses
- Enum in
net.sf.jolene.constants
Style definitions used bu Jolene.
Styles
- Class in
net.sf.jolene.html
Class to manage a style string.
Styles()
- Constructor for class net.sf.jolene.html.
Styles
Default style constructor
Styles(String)
- Constructor for class net.sf.jolene.html.
Styles
Construct a style object passing in formatted style string.
swapWith(String)
- Method in class net.sf.jolene.dom.
HTMLElement
Replace this element's string representation with the specified string.
T
Tags
- Enum in
net.sf.jolene.constants
Supported HTML tags.
Text
- Class in
net.sf.jolene.dom
This represents arbitrary text to be rendered in an html document.
Text()
- Constructor for class net.sf.jolene.dom.
Text
TextArea
- Class in
net.sf.jolene.dom
A TextArea in a html document.
TextArea()
- Constructor for class net.sf.jolene.dom.
TextArea
Default constructor.
TextArea(String)
- Constructor for class net.sf.jolene.dom.
TextArea
Construct a textarea with the specified name.
toString()
- Method in class net.sf.jolene.constants.
Prefs
toString()
- Method in class net.sf.jolene.dom.
Button
Renders the button.
toString()
- Method in class net.sf.jolene.dom.
Document
Returns the document file name.
toString()
- Method in class net.sf.jolene.dom.
Grid
Renders the grid.
toString()
- Method in class net.sf.jolene.dom.
Header
Renders the Header.
toString()
- Method in class net.sf.jolene.dom.
HTMLElement
Renders the element as an html string.
toString()
- Method in class net.sf.jolene.dom.
Label
Renders the label.
toString()
- Method in class net.sf.jolene.dom.
Option
Renders the option.
toString()
- Method in class net.sf.jolene.dom.
Select
Renders the select.
toString()
- Method in class net.sf.jolene.dom.
Text
Renders the text.
toString()
- Method in class net.sf.jolene.dom.
TextArea
Renders the textarea.
toString()
- Method in class net.sf.jolene.html.
Attributes
toString()
- Method in class net.sf.jolene.html.
Styles
Renders this Style as a style string.
Translator
- Class in
net.sf.jolene.util
Not used.
V
valueOf(String)
- Static method in enum net.sf.jolene.constants.
Elements
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in class net.sf.jolene.constants.
Prefs
valueOf(String)
- Static method in enum net.sf.jolene.constants.
StyleClasses
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.sf.jolene.constants.
Tags
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.sf.jolene.constants.
Elements
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum net.sf.jolene.constants.
StyleClasses
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum net.sf.jolene.constants.
Tags
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Method in class net.sf.jolene.html.
Attributes
Returns the attribute values as a Collection.
values()
- Method in class net.sf.jolene.html.
Styles
Returns a Collection of Style values.
X
XHTMLStrict
- Static variable in class net.sf.jolene.constants.
Prefs
Default false.
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
V
X
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes