public class FormLayoutConstraints extends FormObject
Take a look at the example source code (FormSaverExamples.java) for details.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_VALUE |
NULL_VALUE
Constructor and Description |
---|
FormLayoutConstraints(java.lang.Class<?> constraintsClass)
Constructs a form layout constraints object for the specified class.
|
FormLayoutConstraints(java.lang.Class<?> constraintsClass,
java.lang.Object value)
Constructs a form layout constraints object using the specified value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones this form component.
|
FormComponent |
getComponent()
Returns the form component for this object.
|
java.lang.Class<?> |
getConstraintsClass()
Returns the layout constraints class.
|
FormLayoutManager |
getLayout()
Returns the form layout manager for this object.
|
boolean |
isEqual(FormLayoutConstraints constraints)
Compares this constraints with the given constraints.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
equals, getClientProperty, getProperties, getProperty, getProperty, getPropertyBoolean, getPropertyBoolean, getPropertyCount, getPropertyDouble, getPropertyDouble, getPropertyInt, getPropertyInt, getPropertyNames, getPropertyString, getPropertyString, getReferenceCount, hashCode, properties, propertyNames, putClientProperty, setProperty, setProperty, setProperty, setPropertyBoolean, setPropertyBoolean, setPropertyDouble, setPropertyDouble, setPropertyInt, setPropertyInt, setPropertyString
public static final java.lang.String PROP_VALUE
public FormLayoutConstraints(java.lang.Class<?> constraintsClass)
public FormLayoutConstraints(java.lang.Class<?> constraintsClass, java.lang.Object value)
PROP_VALUE
.public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.Class<?> getConstraintsClass()
public FormLayoutManager getLayout()
public FormComponent getComponent()
public boolean isEqual(FormLayoutConstraints constraints)
public java.lang.String toString()
toString
in class FormObject
Copyright (C) 2004-2017 FormDev Software GmbH. All rights reserved.