Classes

\

Name Description
NLBindingDefinition An object that defines a binding. Cases include: - a method in the context. EMPTY
NLBootstrapLayoutManager Layout manager for bootstrap. Designed to work with bootstrap 3. It assumes that bootstrap 3 has been added to the parent project. EMPTY
NLCMSLayoutEditorField No description available EMPTY
NLComponent NLComponent is the base class for all objects that can appear in an NLView. This holds common behaviour of all components, and includes a factory method for constructing an NLComponent hierarchy given a raw object representation. EMPTY
NLComponentTest No description available EMPTY
NLEditableLayoutPage NLEditableLayoutPage is a sample page type that includes an editable layout. The intent is a very basic page where all the content is configured in the NLView, and the page itself is the context for the view. EMPTY
NLEditableLayoutPage_Controller No description available EMPTY
NLHorizontalBoxLayout Box layout component, which implements a simple horizontal box for laying out its children. EMPTY
NLImageComponent NLImageComponent shows an image in a layout. The source of the image can be via an explicit URL, and can also be a reference to an Image object. EMPTY
NLInlineLayout No description available EMPTY
NLLayoutComponent Base class for layout components. EMPTY
NLLayoutContainer layout container component, which logically acts the top-level container for a layout. EMPTY
NLLinkComponent NLLinkComponent represents a link on a layout. It can be a plain link, or can contain one child component, such as an image. EMPTY
NLObjectReference Used to represent references to ORM objects. When setValue is called, the object reference is looked up, and returned as the value. EMPTY
NLTextComponent Represent a component with a piece of text. EMPTY
NLVerticalBoxLayout Box layout component, which implements a simple vertical box for laying out its children. EMPTY
NLView NLView represents an area on a page or a view which is to provide a component based presentation. It is capable of rendering itself in a template. All you need to give it is the serialised component hierarchy and the context for binding. EMPTY
NLViewAddableItem No description available EMPTY
NLViewTest No description available EMPTY