Serialized Form


Package com.tirsen.angkor

Class com.tirsen.angkor.AbstractViewFactory implements Serializable

Class com.tirsen.angkor.Application implements Serializable

Serialized Fields

components

java.util.Map components

error

java.lang.Throwable error

viewToID

java.util.Map viewToID

parsingComponents

java.util.Collection parsingComponents

currentId

long currentId

Class com.tirsen.angkor.Component implements Serializable

Serialized Fields

container

View container

id

java.lang.String id

visible

boolean visible

attributes

java.util.Map attributes

debugTables

boolean debugTables

Class com.tirsen.angkor.ComponentServlet implements Serializable

Serialized Fields

componentName

java.lang.String componentName

Class com.tirsen.angkor.Controller implements Serializable

Serialized Fields

application

Application application

Class com.tirsen.angkor.Page implements Serializable

Serialized Fields

menu

Menu menu

mainView

View mainView

application

Application application

Class com.tirsen.angkor.ViewLink implements Serializable

Serialized Fields

current

ViewFactory current

original

ViewFactory original


Package com.tirsen.angkor.beans

Class com.tirsen.angkor.beans.BasicBeanTableModel implements Serializable

Serialized Fields

rows

java.util.List rows

Class com.tirsen.angkor.beans.BeanModel implements Serializable

Serialized Fields

valueObject

java.lang.Object valueObject

model

ValueModel model

objectClass

java.lang.Class objectClass

changeSourceHelper

ChangeSourceHelper changeSourceHelper

Class com.tirsen.angkor.beans.BeanTableModel implements Serializable

Serialized Fields

rowClass

java.lang.Class rowClass

columns

java.util.List columns

Class com.tirsen.angkor.beans.JavaBeanModel implements Serializable

Serialized Fields

valueObject

java.lang.Object valueObject

model

ValueModel model

objectClass

java.lang.Class objectClass

changeSourceHelper

ChangeSourceHelper changeSourceHelper

Class com.tirsen.angkor.beans.JavaBeanTableModel implements Serializable

Serialized Fields

rowClass

java.lang.Class rowClass

rows

java.util.List rows

columns

java.util.List columns


Package com.tirsen.angkor.event

Class com.tirsen.angkor.event.AbstractAction implements Serializable

Serialized Fields

enabled

boolean enabled

map

java.util.Map map

Class com.tirsen.angkor.event.ActionEvent implements Serializable

Class com.tirsen.angkor.event.ActionSourceHelper implements Serializable

Serialized Fields

action

Action action

source

java.lang.Object source

listeners

ActionListener listeners

Class com.tirsen.angkor.event.ChangeEvent implements Serializable

Class com.tirsen.angkor.event.ChangeSourceHelper implements Serializable

Serialized Fields

source

java.lang.Object source

listeners

ChangeListener listeners


Package com.tirsen.angkor.jsp

Class com.tirsen.angkor.jsp.ComponentTag implements Serializable

Serialized Fields

name

java.lang.String name

Class com.tirsen.angkor.jsp.HeaderTag implements Serializable

Class com.tirsen.angkor.jsp.UseComponentTag implements Serializable

Serialized Fields

name

java.lang.String name
Deprecated. 


Package com.tirsen.angkor.table

Class com.tirsen.angkor.table.AbstractTableModel implements Serializable

Serialized Fields

start

int start

end

int end

rowCount

int rowCount

changeSourceHelper

ChangeSourceHelper changeSourceHelper

Class com.tirsen.angkor.table.DefaultTableCellViewFactory implements Serializable

Class com.tirsen.angkor.table.DefaultTableModel implements Serializable

Serialized Fields

dataList

java.util.List dataList
The List of Lists of Object values.


columnNames

java.util.List columnNames
The List of Object column names.

Class com.tirsen.angkor.table.FormatTableCellViewFactory implements Serializable

Serialized Fields

format

java.text.Format format

Class com.tirsen.angkor.table.ReadOnlyCellViewFactory implements Serializable

Class com.tirsen.angkor.table.Table implements Serializable

Serialized Fields

model

TableModel model

viewFactory

TableCellViewFactory viewFactory

readOnly

boolean readOnly

views

java.util.List views
The created views are cached so that errors and other view-state can be displayed.


tableColumns

java.util.List tableColumns
A list of TableColumns.


resetCreatedViewsListener

ChangeListener resetCreatedViewsListener

scrollStart

int scrollStart

scrollEnd

int scrollEnd

scrollNumberOfRows

int scrollNumberOfRows

Class com.tirsen.angkor.table.TableColumn implements Serializable

Serialized Fields

modelColumn

int modelColumn

model

TableModel model

viewFactory

TableCellViewFactory viewFactory

visible

boolean visible

changeSourceHelper

ChangeSourceHelper changeSourceHelper

Class com.tirsen.angkor.table.TableScroller implements Serializable

Serialized Fields

table

Table table


Package com.tirsen.angkor.widget

Class com.tirsen.angkor.widget.AbstractValueModel implements Serializable

Serialized Fields

changed

boolean changed

Class com.tirsen.angkor.widget.BasicValueModel implements Serializable

Serialized Fields

value

java.lang.Object value

Class com.tirsen.angkor.widget.Button implements Serializable

Serialized Fields

actionSourceHelper

ActionSourceHelper actionSourceHelper

label

java.lang.String label

Class com.tirsen.angkor.widget.CheckboxInput implements Serializable

Serialized Fields

model

ValueModel model

prompt

TextLabel prompt

Class com.tirsen.angkor.widget.Container implements Serializable

Serialized Fields

children

java.util.List children

childrenCreated

boolean childrenCreated

Class com.tirsen.angkor.widget.Form implements Serializable

Serialized Fields

defaultButton

ActionSource defaultButton

Class com.tirsen.angkor.widget.Image implements Serializable

Serialized Fields

sourceURL

java.lang.String sourceURL

imageMap

ImageMap imageMap

alt

java.lang.String alt

Class com.tirsen.angkor.widget.ImageButton implements Serializable

Serialized Fields

actionSourceHelper

ActionSourceHelper actionSourceHelper

imageURL

java.lang.String imageURL

Class com.tirsen.angkor.widget.ImageMap implements Serializable

Class com.tirsen.angkor.widget.ImageMap.Area implements Serializable

Serialized Fields

actionSourceHelper

ActionSourceHelper actionSourceHelper

x1

int x1

y1

int y1

x2

int x2

y2

int y2

Class com.tirsen.angkor.widget.Link implements Serializable

Serialized Fields

actionSourceHelper

ActionSourceHelper actionSourceHelper

Class com.tirsen.angkor.widget.Menu implements Serializable

Class com.tirsen.angkor.widget.MenuItem implements Serializable

Serialized Fields

text

java.lang.String text

actionSourceHelper

ActionSourceHelper actionSourceHelper

Class com.tirsen.angkor.widget.MenuItem.GotoAction implements Serializable

Serialized Fields

link

ViewLink link

linkName

java.lang.String linkName

target

Controller target

Class com.tirsen.angkor.widget.PropertyValueModel implements Serializable

Serialized Fields

object

java.lang.Object object

proxy

ModelProxy proxy

property

java.beans.PropertyDescriptor property

changed

boolean changed

Class com.tirsen.angkor.widget.RadioButtons implements Serializable

Class com.tirsen.angkor.widget.ReadOnlyValueModel implements Serializable

Class com.tirsen.angkor.widget.Section implements Serializable

Serialized Fields

headerLabel

java.lang.String headerLabel

background

java.lang.String background

Class com.tirsen.angkor.widget.SectionLine implements Serializable

Class com.tirsen.angkor.widget.TextInput implements Serializable

Serialized Fields

model

ValueModel model

prompt

TextLabel prompt

size

int size

changeSourceHelper

ChangeSourceHelper changeSourceHelper

text

java.lang.String text

password

boolean password

Class com.tirsen.angkor.widget.TextLabel implements Serializable

Serialized Fields

models

java.util.List models

format

java.text.Format format



Copyright © 2002-2002 . All Rights Reserved.