Guvnor - Workingset API 6.2.0.Beta2

org.guvnor.common.services.workingset.client.factconstraints.customform
Interface CustomFormConfiguration

All Known Implementing Classes:
DefaultCustomFormImplementation

public interface CustomFormConfiguration


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)

Guvnor - Workingset API 6.2.0.Beta2

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