Alpha Framework alpha--view
[ class tree: alpha--view ] [ index: alpha--view ] [ all elements ]

Element index for package alpha--view

Package indexes

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ i ] [ l ] [ m ] [ p ] [ r ] [ s ] [ v ] [ _ ]

_

_

__construct
in file SequenceView.inc, method SequenceView::__construct()
    Constructor
__construct
in file AlphaView.inc, method AlphaView::__construct()
    Constructor for the AlphaView. As this is protected, use the AlphaView::getInstance method from a public scope.
a

a

adminView
in file AlphaView.inc, method AlphaView::adminView()
    Renders the admin view for the business object screen to standard output
after_createView_callback
in file ArticleView.inc, method ArticleView::after_createView_callback()
    Adds a note to the create article screen
AlphaView
in file AlphaView.inc, class AlphaView
    The master rendering view class for the Alpha Framework.
ArticleCommentView
in file ArticleCommentView.inc, class ArticleCommentView
    The rendering class for the ArticleCommentObject class
ArticleView
in file ArticleView.inc, class ArticleView
    The rendering class for the ArticleObject class
AlphaView.inc
procedural page AlphaView.inc
ArticleCommentView.inc
procedural page ArticleCommentView.inc
ArticleView.inc
procedural page ArticleView.inc
b

b

$BO
in file AlphaView.inc, variable AlphaView::$BO
    The business object that will be rendered
c

c

createView
in file ArticleCommentView.inc, method ArticleCommentView::createView()
    Renders the custom create view
createView
in file AlphaView.inc, method AlphaView::createView()
    Renders the default create view to standard output
d

d

DEnumView
in file DEnumView.inc, class DEnumView
    The rendering class for the DEnum class
detailedView
in file AlphaView.inc, method AlphaView::detailedView()
    Displays a detailed view of the object (read-only) to standard output
detailedView
in file SequenceView.inc, method SequenceView::detailedView()
    Custom display view
displayErrorMessage
in file AlphaView.inc, method AlphaView::displayErrorMessage()
    Renders the HTML for an error (e.g. save failed) message
displayLoginForm
in file PersonView.inc, method PersonView::displayLoginForm()
    Method to render the login HTML form
displayPageFoot
in file AlphaView.inc, method AlphaView::displayPageFoot()
    Method to render the page footer HTML
displayPageHead
in file AlphaView.inc, method AlphaView::displayPageHead()
    Method to render the page header HTML content
displayRegisterForm
in file PersonView.inc, method PersonView::displayRegisterForm()
    Method to render the user registration form
displayResetForm
in file PersonView.inc, method PersonView::displayResetForm()
    Method to render the reset password HTML form
displayUpdateMessage
in file AlphaView.inc, method AlphaView::displayUpdateMessage()
    Renders the HTML for an update (e.g. successful save) message
DEnumView.inc
procedural page DEnumView.inc
e

e

editView
in file DEnumView.inc, method DEnumView::editView()
    Custom edit view
editView
in file ArticleView.inc, method ArticleView::editView()
    Renders a form to enable article editing with attachments options
editView
in file ArticleCommentView.inc, method ArticleCommentView::editView()
    Custom edit view
editView
in file AlphaView.inc, method AlphaView::editView()
    Renders a form to enable object editing to standard output
g

g

get
in file ViewState.inc, method ViewState::get()
    Get the attribute value indicated by the key
getBO
in file AlphaView.inc, method AlphaView::getBO()
    Gets the BO attached to this view (if any)
getInstance
in file ViewState.inc, method ViewState::getInstance()
    Get the ViewState instance. Loads from $_SESSION if its not already in memory, otherwise a new instance will be returned with empty properties.
getInstance
in file AlphaView.inc, method AlphaView::getInstance()
    Static method which returns a AlphaView object or a custom child view for the BO specified if one exists
i

i

$instance
in file ViewState.inc, variable ViewState::$instance
    The view state object singleton
l

l

listView
in file SequenceView.inc, method SequenceView::listView()
    Custom list view
listView
in file DEnumView.inc, method DEnumView::listView()
    Custom list view
listView
in file ArticleView.inc, method ArticleView::listView()
    Renders the list view (adds the dateAdded field for the list template)
listView
in file AlphaView.inc, method AlphaView::listView()
    Renders the list view to standard output
loadTemplate
in file AlphaView.inc, method AlphaView::loadTemplate()
    Loads a .phtml template for the BO specified if one exists. Lower level custom templates take precedence.
m

m

$markdownTextBoxRows
in file ViewState.inc, variable ViewState::$markdownTextBoxRows
    The amount of rows to expand the Markdown edit TextBox by
markdownView
in file ArticleView.inc, method ArticleView::markdownView()
    Method to generate the markdown HTML render of the article content
markdownView
in file ArticleCommentView.inc, method ArticleCommentView::markdownView()
    Method to generate the markdown HTML render of the ArticleComment content
p

p

PersonView
in file PersonView.inc, class PersonView
    The rendering class for the PersonObject class
PersonView.inc
procedural page PersonView.inc
r

r

renderAllFields
in file AlphaView.inc, method AlphaView::renderAllFields()
    Renders all fields for the current BO in edit/create/view mode
renderBooleanField
in file AlphaView.inc, method AlphaView::renderBooleanField()
    Method to render the default Boolean HTML
renderDefaultField
in file AlphaView.inc, method AlphaView::renderDefaultField()
    Method to render the default field HTML when type is not known
renderDeleteForm
in file AlphaView.inc, method AlphaView::renderDeleteForm()
    Method to render a hidden form for posting the OID of an object to be deleted
renderDEnumField
in file AlphaView.inc, method AlphaView::renderDEnumField()
    Method to render the default DEnum HTML
renderDoubleField
in file AlphaView.inc, method AlphaView::renderDoubleField()
    Method to render the default Double HTML
renderEnumField
in file AlphaView.inc, method AlphaView::renderEnumField()
    Method to render the default Enum HTML
renderErrorPage
in file AlphaView.inc, method AlphaView::renderErrorPage()
    Renders a HTML error page with the supplied error code (typlically a HTTP code) and a message
renderFileUploadSection
in file ArticleView.inc, method ArticleView::renderFileUploadSection()
    Renders the HTML for the file upload section
renderIntegerField
in file AlphaView.inc, method AlphaView::renderIntegerField()
    Method to render the default Integer HTML
renderRelationField
in file AlphaView.inc, method AlphaView::renderRelationField()
    render the default Relation HTML
renderSecurityFields
in file AlphaView.inc, method AlphaView::renderSecurityFields()
    Method to render a HTML form with two hidden, hashed (MD5) form fields to be used as a check to ensure that a post to the controller is being sent from the same server as hosting it.
renderTextField
in file AlphaView.inc, method AlphaView::renderTextField()
    render the default Text HTML
s

s

$selectedTab
in file ViewState.inc, variable ViewState::$selectedTab
    The name of the last selected tab by the user
SequenceView
in file SequenceView.inc, class SequenceView
    The rendering class for the Sequence class
set
in file ViewState.inc, method ViewState::set()
    Sets the attribute value indicated by the key. The ViewState instance will be serialized and saved back to the $_SESSION.
setBO
in file AlphaView.inc, method AlphaView::setBO()
    Simple setter for the view business object
SequenceView.inc
procedural page SequenceView.inc
v

v

ViewState.inc
procedural page ViewState.inc
ViewState
in file ViewState.inc, class ViewState
    A singleton class that maintains the view state in the session

Documentation generated on Tue, 13 Dec 2011 20:25:27 +0000 by phpDocumentor 1.4.3