Class LdapRealmElement
- java.lang.Object
-
- org.jboss.hal.client.configuration.subsystem.elytron.LdapRealmElement
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>,Attachable,HasPresenter<RealmsPresenter>
public class LdapRealmElement extends Object implements org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>, Attachable, HasPresenter<RealmsPresenter>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach()elemental2.dom.HTMLElementelement()voidsetPresenter(RealmsPresenter presenter)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.hal.ballroom.Attachable
detach
-
-
-
-
Method Detail
-
element
public elemental2.dom.HTMLElement element()
- Specified by:
elementin interfaceorg.jboss.elemento.IsElement<elemental2.dom.HTMLElement>
-
attach
public void attach()
- Specified by:
attachin interfaceAttachable
-
setPresenter
public void setPresenter(RealmsPresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<RealmsPresenter>
-
-