|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ItsNatHTMLAnchor
Is the interface of HTML <a> based components. This component type works as a normal button.
ItsNat provides a default implementation of this interface.
ItsNatHTMLComponentManager.createItsNatHTMLAnchor(org.w3c.dom.html.HTMLAnchorElement,org.itsnat.core.NameValue[])| Method Summary | |
|---|---|
void |
blur()
Removes focus from this element. |
void |
focus()
Gives focus to this element. |
org.w3c.dom.html.HTMLAnchorElement |
getHTMLAnchorElement()
Returns the associated DOM element to this component. |
| Methods inherited from interface org.itsnat.comp.ItsNatHTMLElementComponent |
|---|
getHTMLElement, getItsNatHTMLComponentManager, getItsNatHTMLElementComponentUI |
| Methods inherited from interface org.itsnat.comp.button.ItsNatButton |
|---|
createDefaultButtonModel, getButtonModel, getItsNatButtonUI, isEnabled, setButtonModel, setEnabled |
| Methods inherited from interface org.itsnat.comp.ItsNatElementComponent |
|---|
getElement, getItsNatElementComponentUI |
| Methods inherited from interface org.itsnat.core.ItsNatUserData |
|---|
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValue |
| Method Detail |
|---|
org.w3c.dom.html.HTMLAnchorElement getHTMLAnchorElement()
void blur()
It sends the appropriated JavaScript to the client to call again
using the symmetric DOM element at the client. This method does the same
as org.w3c.dom.html.HTMLAnchorElement.blur() in non-internal (remote) event mode.
void focus()
It sends the appropriated JavaScript to the client to call again
using the symmetric DOM element at the client. This method does the same
as org.w3c.dom.html.HTMLAnchorElement.focus() in non-internal (remote) event mode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||