|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHtmlCore
This interface defines the HTML 4.0 core attributes. The following properties represent the core attributes: id = tagId, class = styleClass, style = style, title = title. This is a marker interface on the tags ensuring that tags representing core HTML elements have the defined property set.
| Method Summary | |
|---|---|
void |
setStyle(String style)
Sets the style of the rendered html tag. |
void |
setStyleClass(String styleClass)
Sets the style class of the rendered html tag. |
void |
setTagId(String tagId)
Set the ID of the tag. |
void |
setTitle(String title)
Sets the Nodes title. |
| Method Detail |
|---|
void setTagId(String tagId)
throws JspException
tagId - - the tagId.
JspExceptionvoid setTitle(String title)
title - void setStyle(String style)
style - - the html style.void setStyleClass(String styleClass)
styleClass - - the html style class.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||