User:Leosdad/sandbox: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
|- |
|- |
||
|ui |
|ui |
||
|[http://www.jsftoolbox.com/documentation/facelets/10-TagReference/ui.jsf Facelets UI tag reference] |
|||
|Java Facelets |
|||
|- |
|- |
||
|f |
|f |
||
|[http://www.jsftoolbox.com/documentation/help/12-TagReference/core/index.jsf JSF Core tag reference] |
|||
|JSF Core |
|||
|- |
|- |
||
|c |
|c |
||
|[http://docs.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/c/tld-summary.html JSTL Core] |
|||
|JSP Core |
|||
|} |
|} |
||
A seguir são listadas as classes de componentes de cada namespace. |
A seguir são listadas as classes de componentes de cada namespace. |
||
Line 350: | Line 350: | ||
|panelGroup |
|panelGroup |
||
|} |
|} |
||
== Namespace: ui == |
|||
composition |
|||
debug |
|||
define |
|||
fragment |
|||
include |
|||
insert |
|||
param |
|||
remove |
|||
repeat |
|||
== Namespace: f == |
|||
convertDateTime |
|||
converter |
|||
event |
|||
facet |
|||
metadata |
|||
param |
|||
selectItem |
|||
selectItems |
|||
setPropertyActionListener |
|||
validateLength |
|||
validateRegex |
|||
view |
|||
viewParam |
|||
== Namespace: c == |
|||
choose |
|||
if |
|||
otherwise |
|||
set |
|||
when |
|||
== Veja também == |
== Veja também == |
Revision as of 20:58, 11 March 2016
Documentação para os namespaces
Os seguintes namespaces são utilizados no SIM em ordem de abstração decrescente:
Namespace | Referência |
---|---|
simc | Componentes de negócio MP-RS |
mpc | Componentes visuais MP-RS |
pe | Primefaces Extensions ShowCase |
p | Primefaces ShowCase |
h | JSF HTML tag reference |
ui | Facelets UI tag reference |
f | JSF Core tag reference |
c | JSTL Core |
A seguir são listadas as classes de componentes de cada namespace.
Namespace: simc
Componentes de negócio MP-RS:
Componente | classe |
---|---|
Classificação de acesso | classificacaoAcesso |
Sujeitos | sujeitos |
Namespace: mpc
Componentes visuais MP-RS:
Componente | classe |
---|---|
Auto-complete | autocomplete |
Auto-complete com item select | autoCompleteComItemSelect |
Balloon | balloon |
Checkbox | checkbox |
CNPJ | cnpj |
Combo box | combobox |
CPF | cpf |
Data list | datalist |
Data table | datatable |
Datepicker | datepicker |
Dialog | dialog |
Digital signer | digitalsigner |
Drop-down button | dropdownbutton |
File upload | fileupload |
Information | information |
Input text | inputtext |
Lazy search | lazysearch |
Link | link |
Message | message |
Money | money |
Multiline text | multilinetext |
Overlay | overlay |
Namespace: pe
Classes do Primefaces Extensions:
Componente | classe |
---|---|
TimePicker | timePicker |
Namespace: p
Classes do Primefaces:
Componente | classe |
---|---|
Accordion panel | accordionPanel |
Ajax | ajax |
Ajax status | ajaxStatus |
Auto complete | autoComplete |
Breadcrumb | breadCrumb |
Button | button |
Calendar | calendar |
Cell editor | cellEditor |
Chart | chart |
Column | column |
Command button | commandButton |
Command link | commandLink |
Data list | dataList |
Data table | dataTable |
Default command | defaultCommand |
Dialog | dialog |
File download | fileDownload |
File upload | fileUpload |
Focus | focus |
Fragment | fragment |
Graphic image | graphicImage |
Growl | growl |
Input mask | inputMask |
Input text | inputText |
Input text area | inputTextarea |
Menu item | menuItem |
Message | message |
Messages | messages |
Output label | outputLabel |
Output panel | outputPanel |
Overlay panel | overlayPanel |
Panel | panel |
Panel grid | panelGrid |
Password | password |
Poll | poll |
Remote command | remoteCommand |
Reset input | resetInput |
Row | row |
Row editor | rowEditor |
Select boolean button | selectBooleanButton |
Select boolean checkbox | selectBooleanCheckbox |
Select checkbox menu | selectCheckboxMenu |
Select many checkbox | selectManyCheckbox |
Select one button | selectOneButton |
Select one menu | selectOneMenu |
Select one radio | selectOneRadio |
Tab | tab |
Tab view | tabView |
Toolbar | toolbar |
Toolbar group | toolbarGroup |
Tooltip | tooltip |
Tree | tree |
Tree node | treeNode |
Watermark | watermark |
Namespace: h
JSF HTML:
Componente | classe |
---|---|
Body | body |
Command link | commandLink |
Form | form |
Graphic image | graphicImage |
Head | head |
Input hidden | inputHidden |
Input text | inputText |
Input text area | inputTextarea |
Link | link |
Output label | outputLabel |
Output link | outputLink |
Output script | outputScript |
Output stylesheet | outputStylesheet |
Output text | outputText |
Panel grid | panelGrid |
Panel group | panelGroup |
Namespace: ui
composition
debug
define
fragment
include
insert
param
remove
repeat
Namespace: f
convertDateTime
converter
event
facet
metadata
param
selectItem
selectItems
setPropertyActionListener
validateLength
validateRegex
view
viewParam
Namespace: c
choose
if
otherwise
set
when