Interface CustomFormConfiguration
-
- All Known Implementing Classes:
DefaultCustomFormImplementation
public interface CustomFormConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCustomFormHeight()StringgetCustomFormURL()intgetCustomFormWidth()StringgetFactType()StringgetFieldName()voidsetCustomFormHeight(int height)voidsetCustomFormURL(String url)voidsetCustomFormWidth(int width)voidsetFactType(String factType)voidsetFieldName(String fieldName)
-
-
-
Method Detail
-
getFactType
String getFactType()
-
setFactType
void setFactType(String factType)
-
getFieldName
String getFieldName()
-
setFieldName
void setFieldName(String fieldName)
-
getCustomFormURL
String getCustomFormURL()
-
setCustomFormURL
void setCustomFormURL(String url)
-
getCustomFormHeight
int getCustomFormHeight()
-
setCustomFormHeight
void setCustomFormHeight(int height)
-
getCustomFormWidth
int getCustomFormWidth()
-
setCustomFormWidth
void setCustomFormWidth(int width)
-
-