Package lumis.doui.control
Interface IFormControl
-
- All Known Implementing Classes:
FormControl
@StableMinor(version="16.1", 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: 26157 $ $Date: 2024-01-13 11:35:03 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEncodingType()
void
setEncodingType(java.lang.String encodingType)
-
-
-
Method Detail
-
getEncodingType
java.lang.String getEncodingType() throws PortalException
- Throws:
PortalException
-
setEncodingType
void setEncodingType(java.lang.String encodingType) throws PortalException
- Throws:
PortalException
-
-