com.ochafik.swing
Class FormElement
java.lang.Object
com.ochafik.swing.FormElement
public final class FormElement
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
title
public String title
toolTip
public String toolTip
propertyName
public String propertyName
largeComponent
public boolean largeComponent
editorComponent
public Component editorComponent
FormElement
public FormElement(String name,
Component editorComponent)
FormElement
public FormElement(String name,
String propertyName)
FormElement
public FormElement(String name,
String propertyName,
boolean largeComponent)
FormElement
public FormElement(String name,
String title,
String toolTip,
String propertyName,
boolean largeComponent)
Copyright © 2009. All Rights Reserved.