Package lumis.doui.control
Interface IFormControl
-
- All Known Implementing Classes:
FormControl
@StableMinor(version="14.0", sinceVersion="4.0") public interface IFormControl
Interface to the current interface form control. Using this interface other controls within the form may detect global settings of the form.- Since:
- 4.0.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEncodingType()
void
setEncodingType(String encodingType)
-
-
-
Method Detail
-
getEncodingType
String getEncodingType() throws PortalException
- Throws:
PortalException
-
setEncodingType
void setEncodingType(String encodingType) throws PortalException
- Throws:
PortalException
-
-