Package org.nuiton.jaxx.widgets.text
Class PasswordEditorHandler
- java.lang.Object
-
- io.ultreia.java4all.jaxx.widgets.BeanUIHandlerSupport<PasswordEditor>
-
- org.nuiton.jaxx.widgets.text.PasswordEditorHandler
-
- All Implemented Interfaces:
UIHandler<PasswordEditor>
public class PasswordEditorHandler extends BeanUIHandlerSupport<PasswordEditor> implements UIHandler<PasswordEditor>
Created on 01/03/2021.- Since:
- 3.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
-
Fields inherited from class io.ultreia.java4all.jaxx.widgets.BeanUIHandlerSupport
ui
-
-
Constructor Summary
Constructors Constructor Description PasswordEditorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(PasswordEditor ui)protected StringgetProperty(PasswordEditor ui)protected voidprepareBindFromBean(String property, io.ultreia.java4all.bean.JavaBean bean)protected voidprepareBindToBean(String property, io.ultreia.java4all.bean.JavaBean bean)protected voidprepareInit(String property)-
Methods inherited from class io.ultreia.java4all.jaxx.widgets.BeanUIHandlerSupport
beforeInit, checkInit, checkNotInit, init
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuiton.jaxx.runtime.spi.UIHandler
beforeInit
-
-
-
-
Method Detail
-
afterInit
public void afterInit(PasswordEditor ui)
- Specified by:
afterInitin interfaceUIHandler<PasswordEditor>
-
getProperty
protected String getProperty(PasswordEditor ui)
- Specified by:
getPropertyin classBeanUIHandlerSupport<PasswordEditor>
-
prepareInit
protected void prepareInit(String property)
- Specified by:
prepareInitin classBeanUIHandlerSupport<PasswordEditor>
-
prepareBindFromBean
protected void prepareBindFromBean(String property, io.ultreia.java4all.bean.JavaBean bean)
- Specified by:
prepareBindFromBeanin classBeanUIHandlerSupport<PasswordEditor>
-
prepareBindToBean
protected void prepareBindToBean(String property, io.ultreia.java4all.bean.JavaBean bean)
- Specified by:
prepareBindToBeanin classBeanUIHandlerSupport<PasswordEditor>
-
-