Questions tagged [custom-component]

"custom component" is a generic term for a manually developed UI component for a component based UI framework. When using JSF, please don't confuse this with "composite component", where the component is definied by XHTML using cc:xxx tags instead of by a Java class extending UIComponent.

1083 questions
4
votes
2 answers

Code Editor in C#

i am writing a small app to manage code snippets , so i want a component to display the code (keyword coloring , lines numbering ...) , so where to get this component and if it doesnt exist how to implement it . edit : i dont want to write a code…
Radi
  • 6,548
  • 18
  • 63
  • 91
4
votes
1 answer

Costume component error "no ComponentUI class"

I am creating a costume component in Model UIDelegate using DrawPad example. However, for some reason I get the error UIDefaults.getUI() failed: no ComponentUI class. I am not even sure if I am implementing Model UIDelegate properly. But why am I…
Victor Luna
  • 1,746
  • 2
  • 17
  • 36
4
votes
2 answers

Is this possible to add count number to select box?

I have a select box like this