getVisualizer(XModel node, ModelVisualiserPanel panel) Returns the visualizer for the model node
Parameters: node - the XModel node Parameters: panel - panel that will contain returned component.
public static boolean
isDbFieldModel(XModel model) Determines whether the model is database row
model node.
public static boolean
isDbRowModel(XModel model) Determines whether the model is database row
model node.
public static boolean
isDbTableModel(XModel model) Determines whether the model is database table
model node.
Returns the visualizer for the model node
Parameters: node - the XModel node Parameters: panel - panel that will contain returned component. the Component visualizer for the model node.or a plain JPanel if the node's type isnot known.
isDbFieldModel
public static boolean isDbFieldModel(XModel model)(Code)
Determines whether the model is database row
model node.
Parameters: model - the XModel that is being checked true if the model is DatabaseFieldModel orruntime wrapper for DatabaseFieldModel, false otherwise
isDbRowModel
public static boolean isDbRowModel(XModel model)(Code)
Determines whether the model is database row
model node.
Parameters: model - the XModel that is being checked true if the model is DatabaseRowModel orruntime wrapper for DatabaseRowModel, false otherwise
isDbTableModel
public static boolean isDbTableModel(XModel model)(Code)
Determines whether the model is database table
model node.
Parameters: model - the XModel that is being checked true if the model is DatabaseTableModel orruntime wrapper for DatabaseTableModel, false otherwise
isLoading
public static boolean isLoading(XModel model)(Code)
isPojoCollectionProperty
public static boolean isPojoCollectionProperty(XModel model)(Code)
Indicates whether the specified model node
is wrapping a collection object (as the pojo property)
isPojoIterator
public static boolean isPojoIterator(XModel model)(Code)
Gets whether the specified model node represents
a pojo iterator.
isPojoMethodArgument
public static boolean isPojoMethodArgument(XModel model)(Code)
Gets whether the specified model node represents
one single argument of the pojo method.
isPojoMethodArguments
public static boolean isPojoMethodArguments(XModel model)(Code)
Gets whether the specified model node represents
arguments of the pojo method.
isPojoModel
public static boolean isPojoModel(XModel model)(Code)
Determines whether model is POJO model node.
Parameters: model - the XModel node to be checked true if the model is a POJO model node,false otherwise
isPojoProperty
public static boolean isPojoProperty(XModel model)(Code)
Gets whehter the specified model node represents
a pojo property.
isPojoTransientProperty
public static boolean isPojoTransientProperty(XModel model)(Code)
Gets whether the specified model node represents
a transient pojo property.
isStaticListModel
public static boolean isStaticListModel(XModel model)(Code)
isStaticTableModel
public static boolean isStaticTableModel(XModel model)(Code)
Determines whether model is static table
model node
Parameters: model - the XModel node to be checked true if the model is a static table model node,false otherwise