nl.gx.webmanager.cms.form
Interface ResourceEntry

All Superinterfaces:
Wrapper

public interface ResourceEntry
extends Wrapper

Representation of a entry from the resource. For example when the resource is the webuser table, the resource entry are the fields (eg username) in the webuser table.


Method Summary
 java.lang.String getColumnName()
          Returns the column name to identify the resource entry in the database.
 java.lang.String getPrefillingAttributes()
          Return the XML attributes for prefilling a formpart according to the resource entry connection.
 Resource getResource()
          Return the resource.
 java.lang.String getValue()
          Return the value to identify the resource entry.
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getResource

Resource getResource()
Return the resource.

Returns:
the resource.

getValue

java.lang.String getValue()
Return the value to identify the resource entry.

Returns:
the value to identify the resource entry.

getPrefillingAttributes

java.lang.String getPrefillingAttributes()
Return the XML attributes for prefilling a formpart according to the resource entry connection. For example, when a formpart is connected with the resource entry username from the webuser session, the username is prefilled when the formpart has no value.

Returns:
the XML attributes for prefilling a input field.

getColumnName

java.lang.String getColumnName()
Returns the column name to identify the resource entry in the database.

Returns:
String holding the column name to identify the resource entry in the database.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.