|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnchorItem
The AnchorElement displays links to AnchorItems. An AnchorItem is associated with an Element on the page and has a title and a name that is used for the html anchor. The html representation of an ancor usually looks like this:
<a href="#anchorname">title<a> ..... <p id="anchorname">Hello World</p>In this html example anchorname is the name of the anchor, the element it points to is a paragraph and title is the text that is displayed in the link.
AnchorElement,
Element| Method Summary | |
|---|---|
Element |
getElement()
Returns the element to which this AnchorItem is linked. |
java.lang.String |
getName()
Returns the html anchor name used after the #-sign. |
java.lang.String |
getTitle()
Return the text that is displayed in the AnchorElement. |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
java.lang.String getTitle()
Element getElement()
java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||