phpDocumentor openbiz.bin.easy.element
[ class tree: openbiz.bin.easy.element ] [ index: openbiz.bin.easy.element ] [ all elements ]

Class: ColumnImage

Source Location: /easy/element/ColumnImage.php

Class ColumnImage

Class Overview

ColumnImage class is element for ColumnImage, show image on data list

Located in /easy/element/ColumnImage.php [line 28]

MetaObject
   |
   --Element
      |
      --LabelText
         |
         --ColumnText
            |
            --ColumnImage
Author(s):
  • Hu Zhaoxin, jixian2003
API Tags:
Access:  public

Information Tags:
Version:  1.0
Copyright:  Copyright (c) 2005-2009

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From ColumnText

ColumnText::$m_ColumnStyle
ColumnText::$m_Sortable

Inherited From LabelText

LabelText::$m_FieldName
LabelText::$m_Label
LabelText::$m_Link
LabelText::$m_Target
LabelText::$m_Text

Inherited From Element

Element::$m_AllowURLParam
Element::$m_ClientValidator
Element::$m_cssClass
Element::$m_cssErrorClass
Element::$m_EventHandlers
Element::$m_FormName
Element::$m_FuzzySearch
Element::$m_Height
Element::$m_Hidden
Element::$m_HTMLAttr
Element::$m_OnEventLog
Element::$m_Required
Element::$m_SortFlag
Element::$m_Style
Element::$m_Translatable
Element::$m_Validator
Element::$m_Value
Element::$m_Width

Inherited From MetaObject

MetaObject::$m_Access
MetaObject::$m_Class
MetaObject::$m_Description
MetaObject::$m_Name
MetaObject::$m_Package

Inherited From ColumnText

ColumnText::ReadMetaData()
Read array meta data, and store to meta object
ColumnText::RenderLabel()
Render label, When render table, it return the table header; when render array, it return the display name
ColumnText::SetSortFlag()
Set the sort flag of the element

Inherited From LabelText

LabelText::GetLink()
Get link of LabelText
LabelText::GetTarget()
Get target of link <a target='...'>...</a>
LabelText::GetText()
Get text of label
LabelText::ReadMetaData()
Read array meta data, and store to meta object
LabelText::Render()
Render, draw the element according to the mode
LabelText::RenderLabel()
Render label

Inherited From Element

Element::__construct()
Initialize Element with xml array
Element::AdjustFormName()
Adjust form name change the FormName after inherit from parent form
Element::CanDisplayed()
Check if the element can be displayed
Element::CheckRequired()
Check if element must required (must have value)
Element::GetClientValidator()
Get client validator
Element::GetContextMenu()
Get context menu
Element::GetDefaultValue()
Get default value
Element::GetFormObj()
Get form object
Element::GetFunction()
Get function of element in JavaScript format
Element::GetFunctionType()
Get function type
Element::GetHidden()
Get hidden status
Element::GetProperty()
Get property of element
Element::GetRedirectPage()
Get redirect page
Element::GetSCKeyFuncMap()
Get shortcut key function map
Element::GetStyle()
Get style of element
Element::GetText()
Get text of element
Element::GetValue()
Get value of element
Element::ReadMetaData()
Read array meta data, and store to meta object
Element::Render()
Render the element by html
Element::SetValue()
Set value of element
Element::Validate()
Validate element

Inherited From MetaObject

MetaObject::__construct()
MetaObject::AllowAccess()
MetaObject::GetProperty()
Get property
MetaObject::PrefixPackage()
Set Prefix Package
MetaObject::ReadMetaCollection()
Read metadata collection
MetaObject::ReadMetaData()
Read meta data

[ Top ]
Property Summary
mixed   $m_Alt  
mixed   $m_Title  

[ Top ]
Method Summary
string   GetAlt()   Get image alternate(ALT) attribut
string   GetTitle()   Get image title
void   ReadMetaData()   Read array meta data, and store to meta object
string   Render()   Render element, according to the mode

[ Top ]
Properties
mixed   $m_Alt [line 30]
API Tags:
Access:  public


[ Top ]
mixed   $m_Title [line 31]
API Tags:
Access:  public


[ Top ]
Methods
GetAlt  [line 51]

  string GetAlt( )

Get image alternate(ALT) attribut


API Tags:
Access:  protected


[ Top ]
GetTitle  [line 64]

  string GetTitle( )

Get image title


API Tags:
Access:  protected


[ Top ]
ReadMetaData  [line 39]

  void ReadMetaData( array &$xmlArr  )

Read array meta data, and store to meta object

Parameters:
array   $xmlArr: 

API Tags:
Access:  protected


Redefinition of:
ColumnText::ReadMetaData()
Read array meta data, and store to meta object

[ Top ]
Render  [line 77]

  string Render( )

Render element, according to the mode


API Tags:
Return:  HTML text
Access:  public


Redefinition of:
LabelText::Render()
Render, draw the element according to the mode

[ Top ]

Documentation generated on Tue, 22 Dec 2009 03:02:42 -0800 by phpDocumentor 1.3.0RC3