Uses of Interface
org.zkoss.zkex.license.LicenseParam
-
Packages that use LicenseParam Package Description org.zkoss.zkex.license -
-
Uses of LicenseParam in org.zkoss.zkex.license
Classes in org.zkoss.zkex.license that implement LicenseParam Modifier and Type Class Description classDefaultLicenseParamThis is a convenience class implementing theLicenseParaminterface.Methods in org.zkoss.zkex.license that return LicenseParam Modifier and Type Method Description LicenseParamLicenseManager. getLicenseParam()Returns the license configuration parameters.Methods in org.zkoss.zkex.license with parameters of type LicenseParam Modifier and Type Method Description voidLicenseManager. setLicenseParam(LicenseParam param)Sets the license configuration parameters.Constructors in org.zkoss.zkex.license with parameters of type LicenseParam Constructor Description LicenseManager(LicenseParam param)Constructs a License Manager.
-