org.drools.ide.common.client.factconstraints.customform
Interface CustomFormConfiguration
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DefaultCustomFormImplementation
public interface CustomFormConfiguration
- extends Serializable
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)
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.