Метод | Описание | |
---|---|---|
getCaption ( ) : string | ||
getCaptionAlign ( ) : |
||
getRepeatColumns ( ) : integer | ||
getRepeatDirection ( ) : |
||
getRepeatLayout ( ) : |
||
renderRepeater ( $writer, IRepeatInfoUser $user ) | Renders the repeated items. | |
setCaption ( $value ) | ||
setCaptionAlign ( $value ) : |
||
setRepeatColumns ( $value ) | ||
setRepeatDirection ( $value ) | ||
setRepeatLayout ( $value ) |
Метод | Описание | |
---|---|---|
renderFooter ( $writer, $user, $tableLayout, $columns ) | Renders footer. | |
renderHeader ( $writer, $user, $tableLayout, $columns, $needBreak ) | Renders header. | |
renderHorizontalContents ( $writer, $user ) | Renders contents in horizontal repeat direction. | |
renderRawContents ( $writer, $user ) | Renders contents in raw format. | |
renderVerticalContents ( $writer, $user ) | Renders contents in veritcal repeat direction. |
public getCaption ( ) : string | ||
Результат | string | caption of the table layout |
public getCaptionAlign ( ) : |
||
Результат | alignment of the caption of the table layout. Defaults to TTableCaptionAlign::NotSet. |
public getRepeatColumns ( ) : integer | ||
Результат | integer | the number of columns that the repeated items should be displayed in. Defaults to 0, meaning not set. |
public getRepeatDirection ( ) : |
||
Результат | the direction of traversing the repeated items, defaults to TRepeatDirection::Vertical |
public getRepeatLayout ( ) : |
||
Результат | how the repeated items should be displayed, using table or using line breaks. Defaults to TRepeatLayout::Table. |
protected renderHeader ( $writer, $user, $tableLayout, $columns, $needBreak ) |
protected renderHorizontalContents ( $writer, $user ) |
protected renderRawContents ( $writer, $user ) |
public renderRepeater ( $writer, IRepeatInfoUser $user ) | ||
$user | IRepeatInfoUser |
protected renderVerticalContents ( $writer, $user ) |
public setCaptionAlign ( $value ) : |
||
Результат | alignment of the caption of the table layout. |