org.drools.ide.common.client.factconstraints.customform
Interface CustomFormConfiguration

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultCustomFormImplementation

public interface CustomFormConfiguration
extends Serializable


Method Summary
 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)
           
 

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)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.