Class JScrollPaneHandler.JScrollPaneCompiledObject
- java.lang.Object
-
- org.nuiton.jaxx.compiler.CompiledObject
-
- org.nuiton.jaxx.compiler.tags.swing.JScrollPaneHandler.JScrollPaneCompiledObject
-
- Enclosing class:
- JScrollPaneHandler
public class JScrollPaneHandler.JScrollPaneCompiledObject extends CompiledObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuiton.jaxx.compiler.CompiledObject
CompiledObject.ChildRef
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLUMN_HEADER_VIEW
-
Constructor Summary
Constructors Constructor Description JScrollPaneCompiledObject(String id, ClassDescriptor beanclass, JAXXCompiler compiler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(CompiledObject child, String constraints, JAXXCompiler compiler)Adds a child component to this container.-
Methods inherited from class org.nuiton.jaxx.compiler.CompiledObject
addChild, addClientProperty, addEventHandler, addProperty, appendAdditionCode, appendInitializationCode, finalizeCompiler, getAdditionCode, getAdditionMethodName, getBeanScope, getChilds, getClientProperties, getClientProperty, getConstructorParams, getCreationMethodName, getDecorator, getGenericTypes, getGenericTypesLength, getGetterName, getI18nProperty, getId, getInitializationCode, getInitializationCode, getInitializer, getJavaBeanInitCode, getJavaCode, getJavaCodeForProperty, getObjectClass, getOverrideType, getParent, getProperties, getSetterName, getSimpleType, getStyleClass, getStyleClasses, hasClientProperties, isAddToContainer, isJavaBean, isOverride, isOverrideType, isUseComputeI18n, isValidID, matchStyleClass, newChildRef, setAddToContainer, setBeanScope, setConstructorParams, setDecorator, setGenericTypes, setI18nProperty, setInitializer, setJavaBean, setJavaBeanInitCode, setOverride, setOverrideType, setParent, setSimpleType, setStyleClass, toString
-
-
-
-
Field Detail
-
COLUMN_HEADER_VIEW
public static final String COLUMN_HEADER_VIEW
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JScrollPaneCompiledObject
public JScrollPaneCompiledObject(String id, ClassDescriptor beanclass, JAXXCompiler compiler)
-
-
Method Detail
-
addChild
public void addChild(CompiledObject child, String constraints, JAXXCompiler compiler) throws CompilerException
Description copied from class:CompiledObjectAdds a child component to this container. This variant allows the Java code for a layout constraints object to be specified.- Overrides:
addChildin classCompiledObject- Parameters:
child- the component to addconstraints- Java code for the layout constraints objectcompiler- the currentJAXXCompiler- Throws:
CompilerException- if this object is not a container
-
-