public static class JScrollPaneHandler.JScrollPaneCompiledObject extends CompiledObject
CompiledObject.ChildRef| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_HEADER_VIEW |
| Constructor and Description |
|---|
JScrollPaneCompiledObject(String id,
ClassDescriptor beanclass,
JAXXCompiler compiler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(CompiledObject child,
String constraints,
JAXXCompiler compiler)
Adds a child component to this container.
|
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, toStringpublic static final String COLUMN_HEADER_VIEW
public JScrollPaneCompiledObject(String id, ClassDescriptor beanclass, JAXXCompiler compiler)
public void addChild(CompiledObject child, String constraints, JAXXCompiler compiler) throws CompilerException
CompiledObjectaddChild in class CompiledObjectchild - the component to addconstraints - Java code for the layout constraints objectcompiler - the current JAXXCompilerCompilerException - if this object is not a containerCompiledObject.addChild(CompiledObject, JAXXCompiler)Copyright © 2008–2017 Ultreia.io. All rights reserved.