Package lumis.doui.control
Interface IFormControl
-
- All Known Implementing Classes:
FormControl
@StableMinor(version="16.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: 25809 $ $Date: 2023-07-04 15:23:22 -0300 (Tue, 04 Jul 2023) $
-
-
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
-
-