org.dspace.app.xmlui.wing.element
Interface StructuralElement

All Known Implementing Classes:
Button, Cell, CheckBox, Composite, Division, Error, Field, Figure, File, Head, Help, Hidden, Highlight, Item, Label, List, Para, Params, Password, Radio, Reference, ReferenceSet, Row, Select, Table, Text, TextArea, Xref

public interface StructuralElement

This interface represents all structural wing elements. There are two broad types of wing elements: structural and metadata. The metadata elements describe information about the page, while structural elements describe how to layout the page.

Author:
Scott Phillips

Field Summary
static String A_ID
          The name of the id attribute
static String A_NAME
          The name of the 'name' attribute
static String A_RENDER
          The name of the render attribute
 

Field Detail

A_NAME

static final String A_NAME
The name of the 'name' attribute

See Also:
Constant Field Values

A_ID

static final String A_ID
The name of the id attribute

See Also:
Constant Field Values

A_RENDER

static final String A_RENDER
The name of the render attribute

See Also:
Constant Field Values


Copyright © 2012 DuraSpace. All Rights Reserved.