Package org.zkoss.bind
Interface Form
-
- All Known Subinterfaces:
FormLegacy
- All Known Implementing Classes:
FormImpl
,SimpleForm
public interface Form
Virtual Bean that associated with a form.- Since:
- 6.0.0
- Author:
- henrichen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormStatus
getFormStatus()
Returns the status object of this form
-
-
-
Method Detail
-
getFormStatus
FormStatus getFormStatus()
Returns the status object of this form- Since:
- 8.0.0
-
-