jaxx.compiler.tags.swing
Class JScrollPaneHandler.JScrollPaneCompiledObject
java.lang.Object
jaxx.compiler.CompiledObject
jaxx.compiler.tags.swing.JScrollPaneHandler.JScrollPaneCompiledObject
- Enclosing class:
- JScrollPaneHandler
public static class JScrollPaneHandler.JScrollPaneCompiledObject
- extends CompiledObject
| Methods inherited from class jaxx.compiler.CompiledObject |
addChild, addClientProperty, addEventHandler, addProperty, appendAdditionCode, appendInitializationCode, finalizeCompiler, getAdditionCode, getAdditionMethodName, getChilds, getClientProperties, getClientProperty, getConstructorParams, getCreationMethodName, getDecorator, getGenericTypes, getGenericTypesLength, getGetterName, getId, getInitializationCode, getInitializationCode, getInitializer, getJavaBeanInitCode, getJavaCode, getJavaCodeForProperty, getObjectClass, getOverrideType, getParent, getProperties, getSimpleType, getStyleClass, hasClientProperties, isJavaBean, isOverride, isOverrideType, isValidID, newChildRef, setConstructorParams, setDecorator, setGenericTypes, setInitializer, setJavaBean, setJavaBeanInitCode, setOverride, setOverrideType, setParent, setSimpleType, setStyleClass, toString |
COLUMN_HEADER_VIEW
public static final String COLUMN_HEADER_VIEW
- See Also:
- Constant Field Values
JScrollPaneHandler.JScrollPaneCompiledObject
public JScrollPaneHandler.JScrollPaneCompiledObject(String id,
ClassDescriptor beanclass,
JAXXCompiler compiler)
addChild
public void addChild(CompiledObject child,
String constraints,
JAXXCompiler compiler)
throws CompilerException
- Description copied from class:
CompiledObject
- Adds a child component to this container. This variant allows the Java
code for a layout constraints object to be specified.
- Overrides:
addChild in class CompiledObject
- Parameters:
child - the component to addconstraints - Java code for the layout constraints objectcompiler - the current JAXXCompiler
- Throws:
CompilerException - if this object is not a container- See Also:
CompiledObject.addChild(CompiledObject, JAXXCompiler)
Copyright © 2008-2012 CodeLutin. All Rights Reserved.