Package com.storedobject.ui.util
Interface NoDisplayField
- All Known Implementing Classes:
AccountField
,ExtraInfoField
,ObjectField
,ObjectFormField
,UserField
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
To indicate whether a field non-displayable ore not. Some fields may be embedded in unusual
places within the layout and may not behave like normal data fields.
- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Can this field display information like normal fields?
-
Method Details
-
canDisplay
boolean canDisplay()Can this field display information like normal fields?- Returns:
- True/false.
-