public interface CustomFormConfiguration
Modifier and Type | Method and Description |
---|---|
int |
getCustomFormHeight() |
String |
getCustomFormURL() |
int |
getCustomFormWidth() |
String |
getFactType() |
String |
getFieldName() |
void |
setCustomFormHeight(int height) |
void |
setCustomFormURL(String url) |
void |
setCustomFormWidth(int width) |
void |
setFactType(String factType) |
void |
setFieldName(String fieldName) |
String getFactType()
void setFactType(String factType)
String getFieldName()
void setFieldName(String fieldName)
String getCustomFormURL()
void setCustomFormURL(String url)
int getCustomFormHeight()
void setCustomFormHeight(int height)
int getCustomFormWidth()
void setCustomFormWidth(int width)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.