The purpose of a command link is:
i.e.
<comp:commandlink name="see_invoice_detail" caption="See invoice detail"/>
A command link has a caption, which is the text shown within the link. When a command link is clicked, the click event is raised, allowing to execute a portion of code associated to that event i.e.
public function see_invoice_detail_click(__UIEvent &$event) { //your code here to be executed when the user click the link }
__UIComponent | --__CommandLinkComponent
Properties
Methods
Inherited From __UIComponent
string getCaption( )
void setCaption( string $caption )